Html Css Color HEX #AB93BC East Side

📋 copy color: '#AB93BC'

red 171 ◦ green 147 ◦ blue 188

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

Shades of East Side #AB93BC

Tints of East Side #AB93BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 33.79%
G = 29.05%
B = 37.15%

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

#AB93BC (or 0xAB93BC) is known color: East Side. HEX triplet: AB, 93 and BC. RGB value is (171,147,188). Sum of RGB (Red+Green+Blue) = 171+147+188=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB93BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93BC is #546C43. Grayscale: #9E9E9E. Windows color (decimal): -5532740 or 12358571. OLE color: 12358571.

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

Color convert

RGB 171 147 188 -
CMYK 0.09 0.22 0 0.26
HSL 275.12º 0.23% 0.66% -
HSV(B) 275.12º 0.22% 0.74% -
XYZ 36.31 33.16 52.06 -
YUV 158.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 171 147 188 0.09 0.22 0 0.26 275.12 0.23 0.66
Hex AB 93 BC 9 16 0 1A 113 17 42
Octal 253 223 274 11 26 0 32 423 27 102
Binary 10101011 10010011 10111100 1001 10110 0 11010 100010011 10111 1000010

Color Harmonies of #AB93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93BC

Black with #AB93BC

Text Example


Text Example

White with #AB93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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