Html Css Color HEX #A64EAE Violet Blue

📋 copy color: '#A64EAE'

red 166 ◦ green 78 ◦ blue 174

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

Shades of Violet Blue #A64EAE

Tints of Violet Blue #A64EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.66%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 39.71%
G = 18.66%
B = 41.63%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A64EAE (or 0xA64EAE) is known color: Violet Blue. HEX triplet: A6, 4E and AE. RGB value is (166,78,174). Sum of RGB (Red+Green+Blue) = 166+78+174=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #A64EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64EAE is #59B151. Grayscale: #727272. Windows color (decimal): -5878098 or 11423398. OLE color: 11423398.

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

Color convert

RGB 166 78 174 -
CMYK 0.05 0.55 0 0.32
HSL 295º 0.38% 0.49% -
HSV(B) 295º 0.55% 0.68% -
XYZ 26.09 16.61 41.88 -
YUV 115.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 166 78 174 0.05 0.55 0 0.32 295 0.38 0.49
Hex A6 4E AE 5 37 0 20 127 26 31
Octal 246 116 256 5 67 0 40 447 46 61
Binary 10100110 1001110 10101110 101 110111 0 100000 100100111 100110 110001

Color Harmonies of #A64EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64EAE

Black with #A64EAE

Text Example


Text Example

White with #A64EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64EAE; }

 p { color: rgb(166,78,174); }

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

background-color css

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

 a { background-color: rgb(166,78,174); }

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

border-color css

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

 span { border-color: rgb(166,78,174); }

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