Html Css Color HEX #A64DAC Violet Blue

📋 copy color: '#A64DAC'

red 166 ◦ green 77 ◦ blue 172

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

Shades of Violet Blue #A64DAC

Tints of Violet Blue #A64DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.55%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 40%
G = 18.55%
B = 41.45%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A64DAC (or 0xA64DAC) is known color: Violet Blue. HEX triplet: A6, 4D and AC. RGB value is (166,77,172). Sum of RGB (Red+Green+Blue) = 166+77+172=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #A64DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DAC is #59B253. Grayscale: #727272. Windows color (decimal): -5878356 or 11292070. OLE color: 11292070.

HSL color Cylindrical-coordinate representation of color #A64DAC: hue angle of 296.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64DAC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 77 172 -
CMYK 0.03 0.55 0 0.33
HSL 296.21º 0.38% 0.49% -
HSV(B) 296.21º 0.55% 0.67% -
XYZ 25.83 16.39 40.83 -
YUV 114.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 166 77 172 0.03 0.55 0 0.33 296.21 0.38 0.49
Hex A6 4D AC 3 37 0 21 128 26 31
Octal 246 115 254 3 67 0 41 450 46 61
Binary 10100110 1001101 10101100 11 110111 0 100001 100101000 100110 110001

Color Harmonies of #A64DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DAC

Black with #A64DAC

Text Example


Text Example

White with #A64DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DAC; }

 p { color: rgb(166,77,172); }

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

background-color css

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

 a { background-color: rgb(166,77,172); }

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

border-color css

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

 span { border-color: rgb(166,77,172); }

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