Html Css Color HEX #AB93C5 East Side

📋 copy color: '#AB93C5'

red 171 ◦ green 147 ◦ blue 197

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

Shades of East Side #AB93C5

Tints of East Side #AB93C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.25%

R = 33.2%
G = 28.54%
B = 38.25%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB93C5 (or 0xAB93C5) is known color: East Side. HEX triplet: AB, 93 and C5. RGB value is (171,147,197). Sum of RGB (Red+Green+Blue) = 171+147+197=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB93C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93C5 is #546C3A. Grayscale: #9F9F9F. Windows color (decimal): -5532731 or 12948395. OLE color: 12948395.

HSL color Cylindrical-coordinate representation of color #AB93C5: hue angle of 268.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB93C5 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 147 197 -
CMYK 0.13 0.25 0 0.23
HSL 268.8º 0.3% 0.67% -
HSV(B) 268.8º 0.25% 0.77% -
XYZ 37.31 33.56 57.33 -
YUV 159.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 171 147 197 0.13 0.25 0 0.23 268.8 0.3 0.67
Hex AB 93 C5 D 19 0 17 10D 1E 43
Octal 253 223 305 15 31 0 27 415 36 103
Binary 10101011 10010011 11000101 1101 11001 0 10111 100001101 11110 1000011

Color Harmonies of #AB93C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93C5

Black with #AB93C5

Text Example


Text Example

White with #AB93C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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