Html Css Color HEX #AB7DCC East Side

📋 copy color: '#AB7DCC'

red 171 ◦ green 125 ◦ blue 204

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

Shades of East Side #AB7DCC

Tints of East Side #AB7DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 34.2%
G = 25%
B = 40.8%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB7DCC (or 0xAB7DCC) is known color: East Side. HEX triplet: AB, 7D and CC. RGB value is (171,125,204). Sum of RGB (Red+Green+Blue) = 171+125+204=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB7DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DCC is #548233. Grayscale: #939393. Windows color (decimal): -5538356 or 13401515. OLE color: 13401515.

HSL color Cylindrical-coordinate representation of color #AB7DCC: hue angle of 274.94º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB7DCC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 125 204 -
CMYK 0.16 0.39 0 0.2
HSL 274.94º 0.44% 0.65% -
HSV(B) 274.94º 0.39% 0.8% -
XYZ 35.03 27.68 60.62 -
YUV 147.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 171 125 204 0.16 0.39 0 0.2 274.94 0.44 0.65
Hex AB 7D CC 10 27 0 14 113 2C 41
Octal 253 175 314 20 47 0 24 423 54 101
Binary 10101011 1111101 11001100 10000 100111 0 10100 100010011 101100 1000001

Color Harmonies of #AB7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DCC

Black with #AB7DCC

Text Example


Text Example

White with #AB7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DCC; }

 p { color: rgb(171,125,204); }

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

background-color css

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

 a { background-color: rgb(171,125,204); }

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

border-color css

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

 span { border-color: rgb(171,125,204); }

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