Html Css Color HEX #AB92BC East Side

📋 copy color: '#AB92BC'

red 171 ◦ green 146 ◦ blue 188

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

Shades of East Side #AB92BC

Tints of East Side #AB92BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.91%

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

R = 33.86%
G = 28.91%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB92BC (or 0xAB92BC) is known color: East Side. HEX triplet: AB, 92 and BC. RGB value is (171,146,188). Sum of RGB (Red+Green+Blue) = 171+146+188=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92BC is #546D43. Grayscale: #9E9E9E. Windows color (decimal): -5532996 or 12358315. OLE color: 12358315.

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

Color convert

RGB 171 146 188 -
CMYK 0.09 0.22 0 0.26
HSL 275.71º 0.24% 0.65% -
HSV(B) 275.71º 0.22% 0.74% -
XYZ 36.15 32.85 52.01 -
YUV 158.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 171 146 188 0.09 0.22 0 0.26 275.71 0.24 0.65
Hex AB 92 BC 9 16 0 1A 114 18 41
Octal 253 222 274 11 26 0 32 424 30 101
Binary 10101011 10010010 10111100 1001 10110 0 11010 100010100 11000 1000001

Color Harmonies of #AB92BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92BC

Black with #AB92BC

Text Example


Text Example

White with #AB92BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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