Html Css Color HEX #A770AA Violet Blue

📋 copy color: '#A770AA'

red 167 ◦ green 112 ◦ blue 170

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

Shades of Violet Blue #A770AA

Tints of Violet Blue #A770AA

RGB

 RED value IS 167 (65.63% from 255) = 37.19%

 GREEN value IS 112 (44.14% from 255) = 24.94%

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

R = 37.19%
G = 24.94%
B = 37.86%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A770AA (or 0xA770AA) is known color: Violet Blue. HEX triplet: A7, 70 and AA. RGB value is (167,112,170). Sum of RGB (Red+Green+Blue) = 167+112+170=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A770AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A770AA is #588F55. Grayscale: #868686. Windows color (decimal): -5803862 or 11169959. OLE color: 11169959.

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

Color convert

RGB 167 112 170 -
CMYK 0.02 0.34 0 0.33
HSL 296.9º 0.25% 0.55% -
HSV(B) 296.9º 0.34% 0.67% -
XYZ 28.99 22.71 40.89 -
YUV 135.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 167 112 170 0.02 0.34 0 0.33 296.9 0.25 0.55
Hex A7 70 AA 2 22 0 21 129 19 37
Octal 247 160 252 2 42 0 41 451 31 67
Binary 10100111 1110000 10101010 10 100010 0 100001 100101001 11001 110111

Color Harmonies of #A770AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770AA

Black with #A770AA

Text Example


Text Example

White with #A770AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770AA; }

 p { color: rgb(167,112,170); }

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

background-color css

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

 a { background-color: rgb(167,112,170); }

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

border-color css

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

 span { border-color: rgb(167,112,170); }

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