Html Css Color HEX #AB95BA East Side

📋 copy color: '#AB95BA'

red 171 ◦ green 149 ◦ blue 186

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

Shades of East Side #AB95BA

Tints of East Side #AB95BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.45%

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

R = 33.79%
G = 29.45%
B = 36.76%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB95BA (or 0xAB95BA) is known color: East Side. HEX triplet: AB, 95 and BA. RGB value is (171,149,186). Sum of RGB (Red+Green+Blue) = 171+149+186=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95BA is #546A45. Grayscale: #9F9F9F. Windows color (decimal): -5532230 or 12228011. OLE color: 12228011.

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

Color convert

RGB 171 149 186 -
CMYK 0.08 0.20 0 0.27
HSL 275.68º 0.21% 0.66% -
HSV(B) 275.68º 0.2% 0.73% -
XYZ 36.4 33.7 51.04 -
YUV 159.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 171 149 186 0.08 0.20 0 0.27 275.68 0.21 0.66
Hex AB 95 BA 8 14 0 1B 114 15 42
Octal 253 225 272 10 24 0 33 424 25 102
Binary 10101011 10010101 10111010 1000 10100 0 11011 100010100 10101 1000010

Color Harmonies of #AB95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB95BA

Black with #AB95BA

Text Example


Text Example

White with #AB95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB95BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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