Html Css Color HEX #A964AA Violet Blue

📋 copy color: '#A964AA'

red 169 ◦ green 100 ◦ blue 170

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

Shades of Violet Blue #A964AA

Tints of Violet Blue #A964AA

RGB

 RED value IS 169 (66.41% from 255) = 38.5%

 GREEN value IS 100 (39.45% from 255) = 22.78%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 38.5%
G = 22.78%
B = 38.72%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A964AA (or 0xA964AA) is known color: Violet Blue. HEX triplet: A9, 64 and AA. RGB value is (169,100,170). Sum of RGB (Red+Green+Blue) = 169+100+170=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #A964AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A964AA is #569B55. Grayscale: #808080. Windows color (decimal): -5675862 or 11166889. OLE color: 11166889.

HSL color Cylindrical-coordinate representation of color #A964AA: hue angle of 299.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A964AA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 100 170 -
CMYK 0.01 0.41 0 0.33
HSL 299.14º 0.29% 0.53% -
HSV(B) 299.14º 0.41% 0.67% -
XYZ 28.18 20.45 40.49 -
YUV 128.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 169 100 170 0.01 0.41 0 0.33 299.14 0.29 0.53
Hex A9 64 AA 1 29 0 21 12B 1D 35
Octal 251 144 252 1 51 0 41 453 35 65
Binary 10101001 1100100 10101010 1 101001 0 100001 100101011 11101 110101

Color Harmonies of #A964AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964AA

Black with #A964AA

Text Example


Text Example

White with #A964AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964AA; }

 p { color: rgb(169,100,170); }

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

background-color css

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

 a { background-color: rgb(169,100,170); }

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

border-color css

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

 span { border-color: rgb(169,100,170); }

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