Html Css Color HEX #AB85CB East Side

📋 copy color: '#AB85CB'

red 171 ◦ green 133 ◦ blue 203

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

Shades of East Side #AB85CB

Tints of East Side #AB85CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.23%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 33.73%
G = 26.23%
B = 40.04%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB85CB (or 0xAB85CB) is known color: East Side. HEX triplet: AB, 85 and CB. RGB value is (171,133,203). Sum of RGB (Red+Green+Blue) = 171+133+203=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85CB is #547A34. Grayscale: #989898. Windows color (decimal): -5536309 or 13338027. OLE color: 13338027.

HSL color Cylindrical-coordinate representation of color #AB85CB: hue angle of 272.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB85CB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 133 203 -
CMYK 0.16 0.34 0 0.20
HSL 272.57º 0.4% 0.66% -
HSV(B) 272.57º 0.34% 0.8% -
XYZ 35.96 29.74 60.35 -
YUV 152.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 171 133 203 0.16 0.34 0 0.20 272.57 0.4 0.66
Hex AB 85 CB 10 22 0 14 111 28 42
Octal 253 205 313 20 42 0 24 421 50 102
Binary 10101011 10000101 11001011 10000 100010 0 10100 100010001 101000 1000010

Color Harmonies of #AB85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85CB

Black with #AB85CB

Text Example


Text Example

White with #AB85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85CB; }

 p { color: rgb(171,133,203); }

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

background-color css

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

 a { background-color: rgb(171,133,203); }

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

border-color css

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

 span { border-color: rgb(171,133,203); }

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