Html Css Color HEX #AB86BA East Side

📋 copy color: '#AB86BA'

red 171 ◦ green 134 ◦ blue 186

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

Shades of East Side #AB86BA

Tints of East Side #AB86BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 34.83%
G = 27.29%
B = 37.88%

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

#AB86BA (or 0xAB86BA) is known color: East Side. HEX triplet: AB, 86 and BA. RGB value is (171,134,186). Sum of RGB (Red+Green+Blue) = 171+134+186=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86BA is #547945. Grayscale: #969696. Windows color (decimal): -5536070 or 12224171. OLE color: 12224171.

HSL color Cylindrical-coordinate representation of color #AB86BA: hue angle of 282.69º 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 #AB86BA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 134 186 -
CMYK 0.08 0.28 0 0.27
HSL 282.69º 0.27% 0.63% -
HSV(B) 282.69º 0.28% 0.73% -
XYZ 34.18 29.25 50.3 -
YUV 150.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 171 134 186 0.08 0.28 0 0.27 282.69 0.27 0.63
Hex AB 86 BA 8 1C 0 1B 11B 1B 3F
Octal 253 206 272 10 34 0 33 433 33 77
Binary 10101011 10000110 10111010 1000 11100 0 11011 100011011 11011 111111

Color Harmonies of #AB86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86BA

Black with #AB86BA

Text Example


Text Example

White with #AB86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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