Html Css Color HEX #A072A5 Violet Blue

📋 copy color: '#A072A5'

red 160 ◦ green 114 ◦ blue 165

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

Shades of Violet Blue #A072A5

Tints of Violet Blue #A072A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.59%

R = 36.45%
G = 25.97%
B = 37.59%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A072A5 (or 0xA072A5) is known color: Violet Blue. HEX triplet: A0, 72 and A5. RGB value is (160,114,165). Sum of RGB (Red+Green+Blue) = 160+114+165=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #A072A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072A5 is #5F8D5A. Grayscale: #858585. Windows color (decimal): -6262107 or 10842784. OLE color: 10842784.

HSL color Cylindrical-coordinate representation of color #A072A5: hue angle of 294.12º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A072A5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 114 165 -
CMYK 0.03 0.31 0 0.35
HSL 294.12º 0.22% 0.55% -
HSV(B) 294.12º 0.31% 0.65% -
XYZ 27.31 22.22 38.45 -
YUV 133.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 160 114 165 0.03 0.31 0 0.35 294.12 0.22 0.55
Hex A0 72 A5 3 1F 0 23 126 16 37
Octal 240 162 245 3 37 0 43 446 26 67
Binary 10100000 1110010 10100101 11 11111 0 100011 100100110 10110 110111

Color Harmonies of #A072A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072A5

Black with #A072A5

Text Example


Text Example

White with #A072A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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