Html Css Color HEX #A64997 Violet Blue

📋 copy color: '#A64997'

red 166 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #A64997

Tints of Violet Blue #A64997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

 BLUE value IS 151 (59.38% from 255) = 38.72%

R = 42.56%
G = 18.72%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A64997 (or 0xA64997) is known color: Violet Blue. HEX triplet: A6, 49 and 97. RGB value is (166,73,151). Sum of RGB (Red+Green+Blue) = 166+73+151=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A64997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64997 is #59B668. Grayscale: #6D6D6D. Windows color (decimal): -5879401 or 9914790. OLE color: 9914790.

HSL color Cylindrical-coordinate representation of color #A64997: hue angle of 309.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64997 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 151 -
CMYK 0 0.56 0.09 0.35
HSL 309.68º 0.39% 0.47% -
HSV(B) 309.68º 0.56% 0.65% -
XYZ 23.69 15.11 30.95 -
YUV 109.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 166 73 151 0 0.56 0.09 0.35 309.68 0.39 0.47
Hex A6 49 97 0 38 9 23 136 27 2F
Octal 246 111 227 0 70 11 43 466 47 57
Binary 10100110 1001001 10010111 0 111000 1001 100011 100110110 100111 101111

Color Harmonies of #A64997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64997

Black with #A64997

Text Example


Text Example

White with #A64997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64997; }

 p { color: rgb(166,73,151); }

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

background-color css

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

 a { background-color: rgb(166,73,151); }

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

border-color css

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

 span { border-color: rgb(166,73,151); }

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