#A65398

Color #A65398 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A65398

Tints of Violet Blue #A65398

Color information

#A65398 (or 0xA65398) is unknown color: approx Violet Blue. HEX triplet: A6, 53 and 98. RGB value is (166,83,152). Sum of RGB (Red+Green+Blue) = 166+83+152=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A65398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65398 is #59AC67. Grayscale: #737373. Windows color (decimal): -5876840 or 9982886. OLE color: 9982886.

HSL color Cylindrical-coordinate representation of color #A65398: hue angle of 310.12º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65398 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16683152-
CMYK00.500.080.35
HSL310.12º33.33%48.82%-
HSV(B)310.12º50%65.1%-
XYZ24.4916.5631.61-
YUV115.68148.5163.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=41.40%
G=20.70%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668315200.500.080.35310.1233.3348.82
HexA653980328231362131
Octal24612323006210434664161
Binary1010011010100111001100001100101000100011100110110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65398; }

 p { color: rgb(166,83,152); }

 H1.HeaderClassName
 {
   color: #A65398;
 }
 .AnyTagClassName
 {
   color: #A65398;
 }
</style>
background-color css

<style>
 a { background-color: #A65398; }

 a { background-color: rgb(166,83,152); }

 div.DivClassName
 {
   background-color: #A65398;
 }
 .BgClassName
 {
   background-color: #A65398;
 }
</style>
border-color css

<style>
 span { border-color: #A65398; }

 span { border-color: rgb(166,83,152); }

 td.TdClassName
 {
   border-color: #A65398;
 }
 .TagClassName
 {
   border-color: #A65398;
 }
</style>