Html Css Color HEX #AB95BD East Side

📋 copy color: '#AB95BD'

red 171 ◦ green 149 ◦ blue 189

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

Shades of East Side #AB95BD

Tints of East Side #AB95BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 33.6%
G = 29.27%
B = 37.13%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB95BD (or 0xAB95BD) is known color: East Side. HEX triplet: AB, 95 and BD. RGB value is (171,149,189). Sum of RGB (Red+Green+Blue) = 171+149+189=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB95BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95BD is #546A42. Grayscale: #9F9F9F. Windows color (decimal): -5532227 or 12424619. OLE color: 12424619.

HSL color Cylindrical-coordinate representation of color #AB95BD: hue angle of 273º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB95BD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 149 189 -
CMYK 0.10 0.21 0 0.26
HSL 273º 0.23% 0.66% -
HSV(B) 273º 0.21% 0.74% -
XYZ 36.73 33.83 52.74 -
YUV 160.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 171 149 189 0.10 0.21 0 0.26 273 0.23 0.66
Hex AB 95 BD A 15 0 1A 111 17 42
Octal 253 225 275 12 25 0 32 421 27 102
Binary 10101011 10010101 10111101 1010 10101 0 11010 100010001 10111 1000010

Color Harmonies of #AB95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB95BD

Black with #AB95BD

Text Example


Text Example

White with #AB95BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB95BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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