Html Css Color HEX #AB8CB8 East Side

📋 copy color: '#AB8CB8'

red 171 ◦ green 140 ◦ blue 184

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

Shades of East Side #AB8CB8

Tints of East Side #AB8CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.17%

R = 34.55%
G = 28.28%
B = 37.17%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB8CB8 (or 0xAB8CB8) is known color: East Side. HEX triplet: AB, 8C and B8. RGB value is (171,140,184). Sum of RGB (Red+Green+Blue) = 171+140+184=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB8CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CB8 is #547347. Grayscale: #9A9A9A. Windows color (decimal): -5534536 or 12094635. OLE color: 12094635.

HSL color Cylindrical-coordinate representation of color #AB8CB8: hue angle of 282.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8CB8 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 140 184 -
CMYK 0.07 0.24 0 0.28
HSL 282.27º 0.24% 0.64% -
HSV(B) 282.27º 0.24% 0.72% -
XYZ 34.82 30.87 49.47 -
YUV 154.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 171 140 184 0.07 0.24 0 0.28 282.27 0.24 0.64
Hex AB 8C B8 7 18 0 1C 11A 18 40
Octal 253 214 270 7 30 0 34 432 30 100
Binary 10101011 10001100 10111000 111 11000 0 11100 100011010 11000 1000000

Color Harmonies of #AB8CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CB8

Black with #AB8CB8

Text Example


Text Example

White with #AB8CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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