Html Css Color HEX #A472AD Violet Blue

📋 copy color: '#A472AD'

red 164 ◦ green 114 ◦ blue 173

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

Shades of Violet Blue #A472AD

Tints of Violet Blue #A472AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 36.36%
G = 25.28%
B = 38.36%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A472AD (or 0xA472AD) is known color: Violet Blue. HEX triplet: A4, 72 and AD. RGB value is (164,114,173). Sum of RGB (Red+Green+Blue) = 164+114+173=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A472AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472AD is #5B8D52. Grayscale: #878787. Windows color (decimal): -5999955 or 11367076. OLE color: 11367076.

HSL color Cylindrical-coordinate representation of color #A472AD: hue angle of 290.85º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A472AD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 114 173 -
CMYK 0.05 0.34 0 0.32
HSL 290.85º 0.26% 0.56% -
HSV(B) 290.85º 0.34% 0.68% -
XYZ 28.87 22.94 42.44 -
YUV 135.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 164 114 173 0.05 0.34 0 0.32 290.85 0.26 0.56
Hex A4 72 AD 5 22 0 20 123 1A 38
Octal 244 162 255 5 42 0 40 443 32 70
Binary 10100100 1110010 10101101 101 100010 0 100000 100100011 11010 111000

Color Harmonies of #A472AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472AD

Black with #A472AD

Text Example


Text Example

White with #A472AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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