Html Css Color HEX #A472AA Violet Blue

📋 copy color: '#A472AA'

red 164 ◦ green 114 ◦ blue 170

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

Shades of Violet Blue #A472AA

Tints of Violet Blue #A472AA

RGB

 RED value IS 164 (64.45% from 255) = 36.61%

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

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

R = 36.61%
G = 25.45%
B = 37.95%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A472AA (or 0xA472AA) is known color: Violet Blue. HEX triplet: A4, 72 and AA. RGB value is (164,114,170). Sum of RGB (Red+Green+Blue) = 164+114+170=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A472AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472AA is #5B8D55. Grayscale: #878787. Windows color (decimal): -5999958 or 11170468. OLE color: 11170468.

HSL color Cylindrical-coordinate representation of color #A472AA: hue angle of 293.57º 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 #A472AA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 114 170 -
CMYK 0.04 0.33 0 0.33
HSL 293.57º 0.25% 0.56% -
HSV(B) 293.57º 0.33% 0.67% -
XYZ 28.58 22.83 40.93 -
YUV 135.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 164 114 170 0.04 0.33 0 0.33 293.57 0.25 0.56
Hex A4 72 AA 4 21 0 21 126 19 38
Octal 244 162 252 4 41 0 41 446 31 70
Binary 10100100 1110010 10101010 100 100001 0 100001 100100110 11001 111000

Color Harmonies of #A472AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472AA

Black with #A472AA

Text Example


Text Example

White with #A472AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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