Html Css Color HEX #AB8ABA East Side

📋 copy color: '#AB8ABA'

red 171 ◦ green 138 ◦ blue 186

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

Shades of East Side #AB8ABA

Tints of East Side #AB8ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

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

R = 34.55%
G = 27.88%
B = 37.58%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB8ABA (or 0xAB8ABA) is known color: East Side. HEX triplet: AB, 8A and BA. RGB value is (171,138,186). Sum of RGB (Red+Green+Blue) = 171+138+186=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB8ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ABA is #547545. Grayscale: #999999. Windows color (decimal): -5535046 or 12225195. OLE color: 12225195.

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

Color convert

RGB 171 138 186 -
CMYK 0.08 0.26 0 0.27
HSL 281.25º 0.26% 0.64% -
HSV(B) 281.25º 0.26% 0.73% -
XYZ 34.75 30.38 50.49 -
YUV 153.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 171 138 186 0.08 0.26 0 0.27 281.25 0.26 0.64
Hex AB 8A BA 8 1A 0 1B 119 1A 40
Octal 253 212 272 10 32 0 33 431 32 100
Binary 10101011 10001010 10111010 1000 11010 0 11011 100011001 11010 1000000

Color Harmonies of #AB8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8ABA

Black with #AB8ABA

Text Example


Text Example

White with #AB8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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