Html Css Color HEX #A772AA Violet Blue

📋 copy color: '#A772AA'

red 167 ◦ green 114 ◦ blue 170

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

Shades of Violet Blue #A772AA

Tints of Violet Blue #A772AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

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

R = 37.03%
G = 25.28%
B = 37.69%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A772AA (or 0xA772AA) is known color: Violet Blue. HEX triplet: A7, 72 and AA. RGB value is (167,114,170). Sum of RGB (Red+Green+Blue) = 167+114+170=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A772AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772AA is #588D55. Grayscale: #888888. Windows color (decimal): -5803350 or 11170471. OLE color: 11170471.

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

Color convert

RGB 167 114 170 -
CMYK 0.02 0.33 0 0.33
HSL 296.79º 0.25% 0.56% -
HSV(B) 296.79º 0.33% 0.67% -
XYZ 29.21 23.15 40.96 -
YUV 136.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 167 114 170 0.02 0.33 0 0.33 296.79 0.25 0.56
Hex A7 72 AA 2 21 0 21 129 19 38
Octal 247 162 252 2 41 0 41 451 31 70
Binary 10100111 1110010 10101010 10 100001 0 100001 100101001 11001 111000

Color Harmonies of #A772AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772AA

Black with #A772AA

Text Example


Text Example

White with #A772AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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