Html Css Color HEX #A072A4 Violet Blue

📋 copy color: '#A072A4'

red 160 ◦ green 114 ◦ blue 164

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

Shades of Violet Blue #A072A4

Tints of Violet Blue #A072A4

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

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

 BLUE value IS 164 (64.45% from 255) = 37.44%

R = 36.53%
G = 26.03%
B = 37.44%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A072A4 (or 0xA072A4) is known color: Violet Blue. HEX triplet: A0, 72 and A4. RGB value is (160,114,164). Sum of RGB (Red+Green+Blue) = 160+114+164=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #A072A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072A4 is #5F8D5B. Grayscale: #858585. Windows color (decimal): -6262108 or 10777248. OLE color: 10777248.

HSL color Cylindrical-coordinate representation of color #A072A4: hue angle of 295.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A072A4 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 114 164 -
CMYK 0.02 0.30 0 0.36
HSL 295.2º 0.22% 0.55% -
HSV(B) 295.2º 0.3% 0.64% -
XYZ 27.22 22.19 37.97 -
YUV 133.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 160 114 164 0.02 0.30 0 0.36 295.2 0.22 0.55
Hex A0 72 A4 2 1E 0 24 127 16 37
Octal 240 162 244 2 36 0 44 447 26 67
Binary 10100000 1110010 10100100 10 11110 0 100100 100100111 10110 110111

Color Harmonies of #A072A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072A4

Black with #A072A4

Text Example


Text Example

White with #A072A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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