Html Css Color HEX #AB7EC2 East Side

📋 copy color: '#AB7EC2'

red 171 ◦ green 126 ◦ blue 194

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

Shades of East Side #AB7EC2

Tints of East Side #AB7EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.66%

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 34.83%
G = 25.66%
B = 39.51%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB7EC2 (or 0xAB7EC2) is known color: East Side. HEX triplet: AB, 7E and C2. RGB value is (171,126,194). Sum of RGB (Red+Green+Blue) = 171+126+194=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB7EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EC2 is #54813D. Grayscale: #929292. Windows color (decimal): -5538110 or 12746411. OLE color: 12746411.

HSL color Cylindrical-coordinate representation of color #AB7EC2: hue angle of 279.71º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7EC2 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 126 194 -
CMYK 0.12 0.35 0 0.24
HSL 279.71º 0.36% 0.63% -
HSV(B) 279.71º 0.35% 0.76% -
XYZ 33.99 27.47 54.55 -
YUV 147.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 171 126 194 0.12 0.35 0 0.24 279.71 0.36 0.63
Hex AB 7E C2 C 23 0 18 118 24 3F
Octal 253 176 302 14 43 0 30 430 44 77
Binary 10101011 1111110 11000010 1100 100011 0 11000 100011000 100100 111111

Color Harmonies of #AB7EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EC2

Black with #AB7EC2

Text Example


Text Example

White with #AB7EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EC2; }

 p { color: rgb(171,126,194); }

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

background-color css

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

 a { background-color: rgb(171,126,194); }

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

border-color css

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

 span { border-color: rgb(171,126,194); }

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