Html Css Color HEX #A64995 Violet Blue

📋 copy color: '#A64995'

red 166 ◦ green 73 ◦ blue 149

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

Shades of Violet Blue #A64995

Tints of Violet Blue #A64995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 42.78%
G = 18.81%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A64995 (or 0xA64995) is known color: Violet Blue. HEX triplet: A6, 49 and 95. RGB value is (166,73,149). Sum of RGB (Red+Green+Blue) = 166+73+149=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A64995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64995 is #59B66A. Grayscale: #6D6D6D. Windows color (decimal): -5879403 or 9783718. OLE color: 9783718.

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

Color convert

RGB 166 73 149 -
CMYK 0 0.56 0.10 0.35
HSL 310.97º 0.39% 0.47% -
HSV(B) 310.97º 0.56% 0.65% -
XYZ 23.53 15.04 30.1 -
YUV 109.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 166 73 149 0 0.56 0.10 0.35 310.97 0.39 0.47
Hex A6 49 95 0 38 A 23 137 27 2F
Octal 246 111 225 0 70 12 43 467 47 57
Binary 10100110 1001001 10010101 0 111000 1010 100011 100110111 100111 101111

Color Harmonies of #A64995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64995

Black with #A64995

Text Example


Text Example

White with #A64995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64995; }

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

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

background-color css

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

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

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

border-color css

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

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

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