Html Css Color HEX #AB7EBA East Side

📋 copy color: '#AB7EBA'

red 171 ◦ green 126 ◦ blue 186

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

Shades of East Side #AB7EBA

Tints of East Side #AB7EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 35.4%
G = 26.09%
B = 38.51%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB7EBA (or 0xAB7EBA) is known color: East Side. HEX triplet: AB, 7E and BA. RGB value is (171,126,186). Sum of RGB (Red+Green+Blue) = 171+126+186=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EBA is #548145. Grayscale: #929292. Windows color (decimal): -5538118 or 12222123. OLE color: 12222123.

HSL color Cylindrical-coordinate representation of color #AB7EBA: hue angle of 285º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7EBA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 126 186 -
CMYK 0.08 0.32 0 0.27
HSL 285º 0.3% 0.61% -
HSV(B) 285º 0.32% 0.73% -
XYZ 33.12 27.12 49.94 -
YUV 146.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 171 126 186 0.08 0.32 0 0.27 285 0.3 0.61
Hex AB 7E BA 8 20 0 1B 11D 1E 3D
Octal 253 176 272 10 40 0 33 435 36 75
Binary 10101011 1111110 10111010 1000 100000 0 11011 100011101 11110 111101

Color Harmonies of #AB7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EBA

Black with #AB7EBA

Text Example


Text Example

White with #AB7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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