Html Css Color HEX #AB72BE East Side

📋 copy color: '#AB72BE'

red 171 ◦ green 114 ◦ blue 190

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

Shades of East Side #AB72BE

Tints of East Side #AB72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 36%
G = 24%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB72BE (or 0xAB72BE) is known color: East Side. HEX triplet: AB, 72 and BE. RGB value is (171,114,190). Sum of RGB (Red+Green+Blue) = 171+114+190=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72BE is #548D41. Grayscale: #8B8B8B. Windows color (decimal): -5541186 or 12481195. OLE color: 12481195.

HSL color Cylindrical-coordinate representation of color #AB72BE: hue angle of 285º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB72BE is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 114 190 -
CMYK 0.10 0.40 0 0.25
HSL 285º 0.37% 0.6% -
HSV(B) 285º 0.4% 0.75% -
XYZ 32.11 24.41 51.73 -
YUV 139.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 171 114 190 0.10 0.40 0 0.25 285 0.37 0.6
Hex AB 72 BE A 28 0 19 11D 25 3C
Octal 253 162 276 12 50 0 31 435 45 74
Binary 10101011 1110010 10111110 1010 101000 0 11001 100011101 100101 111100

Color Harmonies of #AB72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72BE

Black with #AB72BE

Text Example


Text Example

White with #AB72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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