Html Css Color HEX #A64496 Violet Blue

📋 copy color: '#A64496'

red 166 ◦ green 68 ◦ blue 150

#A64496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A64496

Tints of Violet Blue #A64496

RGB

 RED value IS 166 (65.23% from 255) = 43.23%

 GREEN value IS 68 (26.95% from 255) = 17.71%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 43.23%
G = 17.71%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A64496 (or 0xA64496) is known color: Violet Blue. HEX triplet: A6, 44 and 96. RGB value is (166,68,150). Sum of RGB (Red+Green+Blue) = 166+68+150=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64496 is #59BB69. Grayscale: #6A6A6A. Windows color (decimal): -5880682 or 9847974. OLE color: 9847974.

HSL color Cylindrical-coordinate representation of color #A64496: hue angle of 309.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64496 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 150 -
CMYK 0 0.59 0.10 0.35
HSL 309.8º 0.42% 0.46% -
HSV(B) 309.8º 0.59% 0.65% -
XYZ 23.3 14.44 30.41 -
YUV 106.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 166 68 150 0 0.59 0.10 0.35 309.8 0.42 0.46
Hex A6 44 96 0 3B A 23 136 2A 2E
Octal 246 104 226 0 73 12 43 466 52 56
Binary 10100110 1000100 10010110 0 111011 1010 100011 100110110 101010 101110

Color Harmonies of #A64496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64496

Black with #A64496

Text Example


Text Example

White with #A64496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64496; }

 p { color: rgb(166,68,150); }

 H1.HeaderClassName
 {
   color: #A64496;
 }
 .AnyTagClassName
 {
   color: #A64496;
 }
</style>

background-color css

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

 a { background-color: rgb(166,68,150); }

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

border-color css

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

 span { border-color: rgb(166,68,150); }

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