Html Css Color HEX #AB7ABA East Side

📋 copy color: '#AB7ABA'

red 171 ◦ green 122 ◦ blue 186

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

Shades of East Side #AB7ABA

Tints of East Side #AB7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

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

R = 35.7%
G = 25.47%
B = 38.83%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB7ABA (or 0xAB7ABA) is known color: East Side. HEX triplet: AB, 7A and BA. RGB value is (171,122,186). Sum of RGB (Red+Green+Blue) = 171+122+186=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ABA is #548545. Grayscale: #8F8F8F. Windows color (decimal): -5539142 or 12221099. OLE color: 12221099.

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

Color convert

RGB 171 122 186 -
CMYK 0.08 0.34 0 0.27
HSL 285.94º 0.32% 0.6% -
HSV(B) 285.94º 0.34% 0.73% -
XYZ 32.62 26.12 49.78 -
YUV 143.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 171 122 186 0.08 0.34 0 0.27 285.94 0.32 0.6
Hex AB 7A BA 8 22 0 1B 11E 20 3C
Octal 253 172 272 10 42 0 33 436 40 74
Binary 10101011 1111010 10111010 1000 100010 0 11011 100011110 100000 111100

Color Harmonies of #AB7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7ABA

Black with #AB7ABA

Text Example


Text Example

White with #AB7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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