Html Css Color HEX #AB94BC East Side

📋 copy color: '#AB94BC'

red 171 ◦ green 148 ◦ blue 188

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

Shades of East Side #AB94BC

Tints of East Side #AB94BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 33.73%
G = 29.19%
B = 37.08%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB94BC (or 0xAB94BC) is known color: East Side. HEX triplet: AB, 94 and BC. RGB value is (171,148,188). Sum of RGB (Red+Green+Blue) = 171+148+188=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB94BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94BC is #546B43. Grayscale: #9F9F9F. Windows color (decimal): -5532484 or 12358827. OLE color: 12358827.

HSL color Cylindrical-coordinate representation of color #AB94BC: hue angle of 274.5º 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 #AB94BC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 148 188 -
CMYK 0.09 0.21 0 0.26
HSL 274.5º 0.23% 0.66% -
HSV(B) 274.5º 0.21% 0.74% -
XYZ 36.46 33.47 52.12 -
YUV 159.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 171 148 188 0.09 0.21 0 0.26 274.5 0.23 0.66
Hex AB 94 BC 9 15 0 1A 112 17 42
Octal 253 224 274 11 25 0 32 422 27 102
Binary 10101011 10010100 10111100 1001 10101 0 11010 100010010 10111 1000010

Color Harmonies of #AB94BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94BC

Black with #AB94BC

Text Example


Text Example

White with #AB94BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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