Html Css Color HEX #AB76CA East Side

📋 copy color: '#AB76CA'

red 171 ◦ green 118 ◦ blue 202

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

Shades of East Side #AB76CA

Tints of East Side #AB76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 34.83%
G = 24.03%
B = 41.14%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB76CA (or 0xAB76CA) is known color: East Side. HEX triplet: AB, 76 and CA. RGB value is (171,118,202). Sum of RGB (Red+Green+Blue) = 171+118+202=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76CA is #548935. Grayscale: #8F8F8F. Windows color (decimal): -5540150 or 13268651. OLE color: 13268651.

HSL color Cylindrical-coordinate representation of color #AB76CA: hue angle of 277.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB76CA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 118 202 -
CMYK 0.15 0.42 0 0.21
HSL 277.86º 0.44% 0.63% -
HSV(B) 277.86º 0.42% 0.79% -
XYZ 33.93 25.88 59.08 -
YUV 143.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 171 118 202 0.15 0.42 0 0.21 277.86 0.44 0.63
Hex AB 76 CA F 2A 0 15 116 2C 3F
Octal 253 166 312 17 52 0 25 426 54 77
Binary 10101011 1110110 11001010 1111 101010 0 10101 100010110 101100 111111

Color Harmonies of #AB76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76CA

Black with #AB76CA

Text Example


Text Example

White with #AB76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76CA; }

 p { color: rgb(171,118,202); }

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

background-color css

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

 a { background-color: rgb(171,118,202); }

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

border-color css

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

 span { border-color: rgb(171,118,202); }

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