Html Css Color HEX #A64AA5 Violet Blue

📋 copy color: '#A64AA5'

red 166 ◦ green 74 ◦ blue 165

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

Shades of Violet Blue #A64AA5

Tints of Violet Blue #A64AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 40.99%
G = 18.27%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A64AA5 (or 0xA64AA5) is known color: Violet Blue. HEX triplet: A6, 4A and A5. RGB value is (166,74,165). Sum of RGB (Red+Green+Blue) = 166+74+165=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A64AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AA5 is #59B55A. Grayscale: #6F6F6F. Windows color (decimal): -5879131 or 10832550. OLE color: 10832550.

HSL color Cylindrical-coordinate representation of color #A64AA5: hue angle of 300.65º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64AA5 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 74 165 -
CMYK 0 0.55 0.01 0.35
HSL 300.65º 0.38% 0.47% -
HSV(B) 300.65º 0.55% 0.65% -
XYZ 24.97 15.72 37.32 -
YUV 111.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 166 74 165 0 0.55 0.01 0.35 300.65 0.38 0.47
Hex A6 4A A5 0 37 1 23 12D 26 2F
Octal 246 112 245 0 67 1 43 455 46 57
Binary 10100110 1001010 10100101 0 110111 1 100011 100101101 100110 101111

Color Harmonies of #A64AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64AA5

Black with #A64AA5

Text Example


Text Example

White with #A64AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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