Html Css Color HEX #A64992 Violet Blue

📋 copy color: '#A64992'

red 166 ◦ green 73 ◦ blue 146

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

Shades of Violet Blue #A64992

Tints of Violet Blue #A64992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 43.12%
G = 18.96%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A64992 (or 0xA64992) is known color: Violet Blue. HEX triplet: A6, 49 and 92. RGB value is (166,73,146). Sum of RGB (Red+Green+Blue) = 166+73+146=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A64992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64992 is #59B66D. Grayscale: #6C6C6C. Windows color (decimal): -5879406 or 9587110. OLE color: 9587110.

HSL color Cylindrical-coordinate representation of color #A64992: hue angle of 312.9º 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 #A64992 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 146 -
CMYK 0 0.56 0.12 0.35
HSL 312.9º 0.39% 0.47% -
HSV(B) 312.9º 0.56% 0.65% -
XYZ 23.3 14.95 28.85 -
YUV 109.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 166 73 146 0 0.56 0.12 0.35 312.9 0.39 0.47
Hex A6 49 92 0 38 C 23 139 27 2F
Octal 246 111 222 0 70 14 43 471 47 57
Binary 10100110 1001001 10010010 0 111000 1100 100011 100111001 100111 101111

Color Harmonies of #A64992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64992

Black with #A64992

Text Example


Text Example

White with #A64992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64992; }

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

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

background-color css

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

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

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

border-color css

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

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

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