Html Css Color HEX #A64AAC Violet Blue

📋 copy color: '#A64AAC'

red 166 ◦ green 74 ◦ blue 172

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

Shades of Violet Blue #A64AAC

Tints of Violet Blue #A64AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.96%

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

R = 40.29%
G = 17.96%
B = 41.75%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A64AAC (or 0xA64AAC) is known color: Violet Blue. HEX triplet: A6, 4A and AC. RGB value is (166,74,172). Sum of RGB (Red+Green+Blue) = 166+74+172=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #A64AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AAC is #59B553. Grayscale: #707070. Windows color (decimal): -5879124 or 11291302. OLE color: 11291302.

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

Color convert

RGB 166 74 172 -
CMYK 0.03 0.57 0 0.33
HSL 296.33º 0.4% 0.48% -
HSV(B) 296.33º 0.57% 0.67% -
XYZ 25.62 15.98 40.76 -
YUV 112.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 166 74 172 0.03 0.57 0 0.33 296.33 0.4 0.48
Hex A6 4A AC 3 39 0 21 128 28 30
Octal 246 112 254 3 71 0 41 450 50 60
Binary 10100110 1001010 10101100 11 111001 0 100001 100101000 101000 110000

Color Harmonies of #A64AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64AAC

Black with #A64AAC

Text Example


Text Example

White with #A64AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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