Html Css Color HEX #AB85B9 East Side

📋 copy color: '#AB85B9'

red 171 ◦ green 133 ◦ blue 185

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

Shades of East Side #AB85B9

Tints of East Side #AB85B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 34.97%
G = 27.2%
B = 37.83%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB85B9 (or 0xAB85B9) is known color: East Side. HEX triplet: AB, 85 and B9. RGB value is (171,133,185). Sum of RGB (Red+Green+Blue) = 171+133+185=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB85B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85B9 is #547A46. Grayscale: #969696. Windows color (decimal): -5536327 or 12158379. OLE color: 12158379.

HSL color Cylindrical-coordinate representation of color #AB85B9: hue angle of 283.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB85B9 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 133 185 -
CMYK 0.08 0.28 0 0.27
HSL 283.85º 0.27% 0.62% -
HSV(B) 283.85º 0.28% 0.73% -
XYZ 33.94 28.94 49.7 -
YUV 150.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 171 133 185 0.08 0.28 0 0.27 283.85 0.27 0.62
Hex AB 85 B9 8 1C 0 1B 11C 1B 3E
Octal 253 205 271 10 34 0 33 434 33 76
Binary 10101011 10000101 10111001 1000 11100 0 11011 100011100 11011 111110

Color Harmonies of #AB85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85B9

Black with #AB85B9

Text Example


Text Example

White with #AB85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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