Html Css Color HEX #AB9EBA East Side

📋 copy color: '#AB9EBA'

red 171 ◦ green 158 ◦ blue 186

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

Shades of East Side #AB9EBA

Tints of East Side #AB9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.68%

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

R = 33.2%
G = 30.68%
B = 36.12%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB9EBA (or 0xAB9EBA) is known color: East Side. HEX triplet: AB, 9E and BA. RGB value is (171,158,186). Sum of RGB (Red+Green+Blue) = 171+158+186=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBA is #546145. Grayscale: #A4A4A4. Windows color (decimal): -5529926 or 12230315. OLE color: 12230315.

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

Color convert

RGB 171 158 186 -
CMYK 0.08 0.15 0 0.27
HSL 267.86º 0.17% 0.67% -
HSV(B) 267.86º 0.15% 0.73% -
XYZ 37.88 36.66 51.53 -
YUV 165.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 171 158 186 0.08 0.15 0 0.27 267.86 0.17 0.67
Hex AB 9E BA 8 F 0 1B 10C 11 43
Octal 253 236 272 10 17 0 33 414 21 103
Binary 10101011 10011110 10111010 1000 1111 0 11011 100001100 10001 1000011

Color Harmonies of #AB9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EBA

Black with #AB9EBA

Text Example


Text Example

White with #AB9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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