Html Css Color HEX #A64993 Violet Blue

📋 copy color: '#A64993'

red 166 ◦ green 73 ◦ blue 147

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

Shades of Violet Blue #A64993

Tints of Violet Blue #A64993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 43.01%
G = 18.91%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A64993 (or 0xA64993) is known color: Violet Blue. HEX triplet: A6, 49 and 93. RGB value is (166,73,147). Sum of RGB (Red+Green+Blue) = 166+73+147=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64993 is #59B66C. Grayscale: #6D6D6D. Windows color (decimal): -5879405 or 9652646. OLE color: 9652646.

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

Color convert

RGB 166 73 147 -
CMYK 0 0.56 0.11 0.35
HSL 312.26º 0.39% 0.47% -
HSV(B) 312.26º 0.56% 0.65% -
XYZ 23.37 14.98 29.26 -
YUV 109.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 166 73 147 0 0.56 0.11 0.35 312.26 0.39 0.47
Hex A6 49 93 0 38 B 23 138 27 2F
Octal 246 111 223 0 70 13 43 470 47 57
Binary 10100110 1001001 10010011 0 111000 1011 100011 100111000 100111 101111

Color Harmonies of #A64993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64993

Black with #A64993

Text Example


Text Example

White with #A64993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64993; }

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

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

background-color css

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

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

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

border-color css

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

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

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