Html Css Color HEX #AB72AA Violet Blue

📋 copy color: '#AB72AA'

red 171 ◦ green 114 ◦ blue 170

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

Shades of Violet Blue #AB72AA

Tints of Violet Blue #AB72AA

RGB

 RED value IS 171 (67.19% from 255) = 37.58%

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

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

R = 37.58%
G = 25.05%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB72AA (or 0xAB72AA) is known color: Violet Blue. HEX triplet: AB, 72 and AA. RGB value is (171,114,170). Sum of RGB (Red+Green+Blue) = 171+114+170=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72AA is #548D55. Grayscale: #898989. Windows color (decimal): -5541206 or 11170475. OLE color: 11170475.

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

Color convert

RGB 171 114 170 -
CMYK 0 0.33 0.01 0.33
HSL 301.05º 0.25% 0.56% -
HSV(B) 301.05º 0.33% 0.67% -
XYZ 30.07 23.59 41 -
YUV 137.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 171 114 170 0 0.33 0.01 0.33 301.05 0.25 0.56
Hex AB 72 AA 0 21 1 21 12D 19 38
Octal 253 162 252 0 41 1 41 455 31 70
Binary 10101011 1110010 10101010 0 100001 1 100001 100101101 11001 111000

Color Harmonies of #AB72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72AA

Black with #AB72AA

Text Example


Text Example

White with #AB72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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