Html Css Color HEX #AB81D0 East Side

📋 copy color: '#AB81D0'

red 171 ◦ green 129 ◦ blue 208

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

Shades of East Side #AB81D0

Tints of East Side #AB81D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 33.66%
G = 25.39%
B = 40.94%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB81D0 (or 0xAB81D0) is known color: East Side. HEX triplet: AB, 81 and D0. RGB value is (171,129,208). Sum of RGB (Red+Green+Blue) = 171+129+208=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB81D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81D0 is #547E2F. Grayscale: #969696. Windows color (decimal): -5537328 or 13664683. OLE color: 13664683.

HSL color Cylindrical-coordinate representation of color #AB81D0: hue angle of 271.9º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB81D0 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 129 208 -
CMYK 0.18 0.38 0 0.18
HSL 271.9º 0.46% 0.66% -
HSV(B) 271.9º 0.38% 0.82% -
XYZ 36.03 28.91 63.36 -
YUV 150.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 171 129 208 0.18 0.38 0 0.18 271.9 0.46 0.66
Hex AB 81 D0 12 26 0 12 110 2E 42
Octal 253 201 320 22 46 0 22 420 56 102
Binary 10101011 10000001 11010000 10010 100110 0 10010 100010000 101110 1000010

Color Harmonies of #AB81D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81D0

Black with #AB81D0

Text Example


Text Example

White with #AB81D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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