Html Css Color HEX #AB7DCA East Side

📋 copy color: '#AB7DCA'

red 171 ◦ green 125 ◦ blue 202

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

Shades of East Side #AB7DCA

Tints of East Side #AB7DCA

RGB

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

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

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

R = 34.34%
G = 25.1%
B = 40.56%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB7DCA (or 0xAB7DCA) is known color: East Side. HEX triplet: AB, 7D and CA. RGB value is (171,125,202). Sum of RGB (Red+Green+Blue) = 171+125+202=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DCA is #548235. Grayscale: #939393. Windows color (decimal): -5538358 or 13270443. OLE color: 13270443.

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

Color convert

RGB 171 125 202 -
CMYK 0.15 0.38 0 0.21
HSL 275.84º 0.42% 0.64% -
HSV(B) 275.84º 0.38% 0.79% -
XYZ 34.79 27.59 59.37 -
YUV 147.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 171 125 202 0.15 0.38 0 0.21 275.84 0.42 0.64
Hex AB 7D CA F 26 0 15 114 2A 40
Octal 253 175 312 17 46 0 25 424 52 100
Binary 10101011 1111101 11001010 1111 100110 0 10101 100010100 101010 1000000

Color Harmonies of #AB7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DCA

Black with #AB7DCA

Text Example


Text Example

White with #AB7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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