Html Css Color HEX #AB83BA East Side

📋 copy color: '#AB83BA'

red 171 ◦ green 131 ◦ blue 186

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

Shades of East Side #AB83BA

Tints of East Side #AB83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 35.04%
G = 26.84%
B = 38.11%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB83BA (or 0xAB83BA) is known color: East Side. HEX triplet: AB, 83 and BA. RGB value is (171,131,186). Sum of RGB (Red+Green+Blue) = 171+131+186=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83BA is #547C45. Grayscale: #959595. Windows color (decimal): -5536838 or 12223403. OLE color: 12223403.

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

Color convert

RGB 171 131 186 -
CMYK 0.08 0.30 0 0.27
HSL 283.64º 0.28% 0.62% -
HSV(B) 283.64º 0.3% 0.73% -
XYZ 33.77 28.44 50.16 -
YUV 149.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 171 131 186 0.08 0.30 0 0.27 283.64 0.28 0.62
Hex AB 83 BA 8 1E 0 1B 11C 1C 3E
Octal 253 203 272 10 36 0 33 434 34 76
Binary 10101011 10000011 10111010 1000 11110 0 11011 100011100 11100 111110

Color Harmonies of #AB83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB83BA

Black with #AB83BA

Text Example


Text Example

White with #AB83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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