Html Css Color HEX #AB81CC East Side

📋 copy color: '#AB81CC'

red 171 ◦ green 129 ◦ blue 204

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

Shades of East Side #AB81CC

Tints of East Side #AB81CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 33.93%
G = 25.6%
B = 40.48%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB81CC (or 0xAB81CC) is known color: East Side. HEX triplet: AB, 81 and CC. RGB value is (171,129,204). Sum of RGB (Red+Green+Blue) = 171+129+204=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81CC is #547E33. Grayscale: #959595. Windows color (decimal): -5537332 or 13402539. OLE color: 13402539.

HSL color Cylindrical-coordinate representation of color #AB81CC: hue angle of 273.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB81CC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 129 204 -
CMYK 0.16 0.37 0 0.2
HSL 273.6º 0.42% 0.65% -
HSV(B) 273.6º 0.37% 0.8% -
XYZ 35.54 28.72 60.8 -
YUV 150.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 171 129 204 0.16 0.37 0 0.2 273.6 0.42 0.65
Hex AB 81 CC 10 25 0 14 112 2A 41
Octal 253 201 314 20 45 0 24 422 52 101
Binary 10101011 10000001 11001100 10000 100101 0 10100 100010010 101010 1000001

Color Harmonies of #AB81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81CC

Black with #AB81CC

Text Example


Text Example

White with #AB81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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