Html Css Color HEX #AB85BC East Side

📋 copy color: '#AB85BC'

red 171 ◦ green 133 ◦ blue 188

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

Shades of East Side #AB85BC

Tints of East Side #AB85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 34.76%
G = 27.03%
B = 38.21%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB85BC (or 0xAB85BC) is known color: East Side. HEX triplet: AB, 85 and BC. RGB value is (171,133,188). Sum of RGB (Red+Green+Blue) = 171+133+188=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BC is #547A43. Grayscale: #969696. Windows color (decimal): -5536324 or 12354987. OLE color: 12354987.

HSL color Cylindrical-coordinate representation of color #AB85BC: hue angle of 281.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB85BC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 133 188 -
CMYK 0.09 0.29 0 0.26
HSL 281.45º 0.29% 0.63% -
HSV(B) 281.45º 0.29% 0.74% -
XYZ 34.26 29.06 51.38 -
YUV 150.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 171 133 188 0.09 0.29 0 0.26 281.45 0.29 0.63
Hex AB 85 BC 9 1D 0 1A 119 1D 3F
Octal 253 205 274 11 35 0 32 431 35 77
Binary 10101011 10000101 10111100 1001 11101 0 11010 100011001 11101 111111

Color Harmonies of #AB85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85BC

Black with #AB85BC

Text Example


Text Example

White with #AB85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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