Html Css Color HEX #AB72A2 Bouquet

📋 copy color: '#AB72A2'

red 171 ◦ green 114 ◦ blue 162

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

Shades of Bouquet #AB72A2

Tints of Bouquet #AB72A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 38.26%
G = 25.5%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB72A2 (or 0xAB72A2) is known color: Bouquet. HEX triplet: AB, 72 and A2. RGB value is (171,114,162). Sum of RGB (Red+Green+Blue) = 171+114+162=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB72A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72A2 is #548D5D. Grayscale: #888888. Windows color (decimal): -5541214 or 10646187. OLE color: 10646187.

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

Color convert

RGB 171 114 162 -
CMYK 0 0.33 0.05 0.33
HSL 309.47º 0.25% 0.56% -
HSV(B) 309.47º 0.33% 0.67% -
XYZ 29.33 23.3 37.13 -
YUV 136.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 171 114 162 0 0.33 0.05 0.33 309.47 0.25 0.56
Hex AB 72 A2 0 21 5 21 135 19 38
Octal 253 162 242 0 41 5 41 465 31 70
Binary 10101011 1110010 10100010 0 100001 101 100001 100110101 11001 111000

Color Harmonies of #AB72A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72A2

Black with #AB72A2

Text Example


Text Example

White with #AB72A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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