Html Css Color HEX #AB8DC0 East Side

📋 copy color: '#AB8DC0'

red 171 ◦ green 141 ◦ blue 192

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

Shades of East Side #AB8DC0

Tints of East Side #AB8DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.98%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 33.93%
G = 27.98%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB8DC0 (or 0xAB8DC0) is known color: East Side. HEX triplet: AB, 8D and C0. RGB value is (171,141,192). Sum of RGB (Red+Green+Blue) = 171+141+192=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB8DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DC0 is #54723F. Grayscale: #9B9B9B. Windows color (decimal): -5534272 or 12619179. OLE color: 12619179.

HSL color Cylindrical-coordinate representation of color #AB8DC0: hue angle of 275.29º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8DC0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 141 192 -
CMYK 0.11 0.27 0 0.25
HSL 275.29º 0.29% 0.65% -
HSV(B) 275.29º 0.27% 0.75% -
XYZ 35.83 31.51 54.06 -
YUV 155.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 171 141 192 0.11 0.27 0 0.25 275.29 0.29 0.65
Hex AB 8D C0 B 1B 0 19 113 1D 41
Octal 253 215 300 13 33 0 31 423 35 101
Binary 10101011 10001101 11000000 1011 11011 0 11001 100010011 11101 1000001

Color Harmonies of #AB8DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DC0

Black with #AB8DC0

Text Example


Text Example

White with #AB8DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DC0; }

 p { color: rgb(171,141,192); }

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

background-color css

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

 a { background-color: rgb(171,141,192); }

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

border-color css

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

 span { border-color: rgb(171,141,192); }

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