Html Css Color HEX #AB81BD East Side

📋 copy color: '#AB81BD'

red 171 ◦ green 129 ◦ blue 189

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

Shades of East Side #AB81BD

Tints of East Side #AB81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.38%

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 34.97%
G = 26.38%
B = 38.65%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB81BD (or 0xAB81BD) is known color: East Side. HEX triplet: AB, 81 and BD. RGB value is (171,129,189). Sum of RGB (Red+Green+Blue) = 171+129+189=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81BD is #547E42. Grayscale: #949494. Windows color (decimal): -5537347 or 12419499. OLE color: 12419499.

HSL color Cylindrical-coordinate representation of color #AB81BD: hue angle of 282º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB81BD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 129 189 -
CMYK 0.10 0.32 0 0.26
HSL 282º 0.31% 0.62% -
HSV(B) 282º 0.32% 0.74% -
XYZ 33.83 28.03 51.77 -
YUV 148.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 171 129 189 0.10 0.32 0 0.26 282 0.31 0.62
Hex AB 81 BD A 20 0 1A 11A 1F 3E
Octal 253 201 275 12 40 0 32 432 37 76
Binary 10101011 10000001 10111101 1010 100000 0 11010 100011010 11111 111110

Color Harmonies of #AB81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81BD

Black with #AB81BD

Text Example


Text Example

White with #AB81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81BD; }

 p { color: rgb(171,129,189); }

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

background-color css

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

 a { background-color: rgb(171,129,189); }

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

border-color css

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

 span { border-color: rgb(171,129,189); }

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