Html Css Color HEX #AB8CC0 East Side

📋 copy color: '#AB8CC0'

red 171 ◦ green 140 ◦ blue 192

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

Shades of East Side #AB8CC0

Tints of East Side #AB8CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

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

R = 34%
G = 27.83%
B = 38.17%

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

#AB8CC0 (or 0xAB8CC0) is known color: East Side. HEX triplet: AB, 8C and C0. RGB value is (171,140,192). Sum of RGB (Red+Green+Blue) = 171+140+192=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB8CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC0 is #54733F. Grayscale: #9B9B9B. Windows color (decimal): -5534528 or 12618923. OLE color: 12618923.

HSL color Cylindrical-coordinate representation of color #AB8CC0: hue angle of 275.77º 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 #AB8CC0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 140 192 -
CMYK 0.11 0.27 0 0.25
HSL 275.77º 0.29% 0.65% -
HSV(B) 275.77º 0.27% 0.75% -
XYZ 35.69 31.22 54.01 -
YUV 155.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 171 140 192 0.11 0.27 0 0.25 275.77 0.29 0.65
Hex AB 8C C0 B 1B 0 19 114 1D 41
Octal 253 214 300 13 33 0 31 424 35 101
Binary 10101011 10001100 11000000 1011 11011 0 11001 100010100 11101 1000001

Color Harmonies of #AB8CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CC0

Black with #AB8CC0

Text Example


Text Example

White with #AB8CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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