Html Css Color HEX #AB94BD East Side

📋 copy color: '#AB94BD'

red 171 ◦ green 148 ◦ blue 189

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

Shades of East Side #AB94BD

Tints of East Side #AB94BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 33.66%
G = 29.13%
B = 37.2%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB94BD (or 0xAB94BD) is known color: East Side. HEX triplet: AB, 94 and BD. RGB value is (171,148,189). Sum of RGB (Red+Green+Blue) = 171+148+189=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB94BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94BD is #546B42. Grayscale: #9F9F9F. Windows color (decimal): -5532483 or 12424363. OLE color: 12424363.

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

Color convert

RGB 171 148 189 -
CMYK 0.10 0.22 0 0.26
HSL 273.66º 0.24% 0.66% -
HSV(B) 273.66º 0.22% 0.74% -
XYZ 36.57 33.51 52.69 -
YUV 159.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 171 148 189 0.10 0.22 0 0.26 273.66 0.24 0.66
Hex AB 94 BD A 16 0 1A 112 18 42
Octal 253 224 275 12 26 0 32 422 30 102
Binary 10101011 10010100 10111101 1010 10110 0 11010 100010010 11000 1000010

Color Harmonies of #AB94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94BD

Black with #AB94BD

Text Example


Text Example

White with #AB94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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