Html Css Color HEX #AB86B9 East Side

📋 copy color: '#AB86B9'

red 171 ◦ green 134 ◦ blue 185

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

Shades of East Side #AB86B9

Tints of East Side #AB86B9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

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

R = 34.9%
G = 27.35%
B = 37.76%

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

#AB86B9 (or 0xAB86B9) is known color: East Side. HEX triplet: AB, 86 and B9. RGB value is (171,134,185). Sum of RGB (Red+Green+Blue) = 171+134+185=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB86B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86B9 is #547946. Grayscale: #969696. Windows color (decimal): -5536071 or 12158635. OLE color: 12158635.

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

Color convert

RGB 171 134 185 -
CMYK 0.08 0.28 0 0.27
HSL 283.53º 0.27% 0.63% -
HSV(B) 283.53º 0.28% 0.73% -
XYZ 34.08 29.21 49.74 -
YUV 150.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 171 134 185 0.08 0.28 0 0.27 283.53 0.27 0.63
Hex AB 86 B9 8 1C 0 1B 11C 1B 3F
Octal 253 206 271 10 34 0 33 434 33 77
Binary 10101011 10000110 10111001 1000 11100 0 11011 100011100 11011 111111

Color Harmonies of #AB86B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86B9

Black with #AB86B9

Text Example


Text Example

White with #AB86B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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