Html Css Color HEX #AB72BA East Side

📋 copy color: '#AB72BA'

red 171 ◦ green 114 ◦ blue 186

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

Shades of East Side #AB72BA

Tints of East Side #AB72BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 36.31%
G = 24.2%
B = 39.49%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB72BA (or 0xAB72BA) is known color: East Side. HEX triplet: AB, 72 and BA. RGB value is (171,114,186). Sum of RGB (Red+Green+Blue) = 171+114+186=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72BA is #548D45. Grayscale: #8B8B8B. Windows color (decimal): -5541190 or 12219051. OLE color: 12219051.

HSL color Cylindrical-coordinate representation of color #AB72BA: hue angle of 287.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB72BA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 114 186 -
CMYK 0.08 0.39 0 0.27
HSL 287.5º 0.34% 0.59% -
HSV(B) 287.5º 0.39% 0.73% -
XYZ 31.67 24.24 49.46 -
YUV 139.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 171 114 186 0.08 0.39 0 0.27 287.5 0.34 0.59
Hex AB 72 BA 8 27 0 1B 120 22 3B
Octal 253 162 272 10 47 0 33 440 42 73
Binary 10101011 1110010 10111010 1000 100111 0 11011 100100000 100010 111011

Color Harmonies of #AB72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72BA

Black with #AB72BA

Text Example


Text Example

White with #AB72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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