Html Css Color HEX #AB94BA East Side

📋 copy color: '#AB94BA'

red 171 ◦ green 148 ◦ blue 186

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

Shades of East Side #AB94BA

Tints of East Side #AB94BA

RGB

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

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

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

R = 33.86%
G = 29.31%
B = 36.83%

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

#AB94BA (or 0xAB94BA) is known color: East Side. HEX triplet: AB, 94 and BA. RGB value is (171,148,186). Sum of RGB (Red+Green+Blue) = 171+148+186=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94BA is #546B45. Grayscale: #9F9F9F. Windows color (decimal): -5532486 or 12227755. OLE color: 12227755.

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

Color convert

RGB 171 148 186 -
CMYK 0.08 0.20 0 0.27
HSL 276.32º 0.22% 0.65% -
HSV(B) 276.32º 0.2% 0.73% -
XYZ 36.25 33.38 50.99 -
YUV 159.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 171 148 186 0.08 0.20 0 0.27 276.32 0.22 0.65
Hex AB 94 BA 8 14 0 1B 114 16 41
Octal 253 224 272 10 24 0 33 424 26 101
Binary 10101011 10010100 10111010 1000 10100 0 11011 100010100 10110 1000001

Color Harmonies of #AB94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94BA

Black with #AB94BA

Text Example


Text Example

White with #AB94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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