Html Css Color HEX #AB82BA East Side

📋 copy color: '#AB82BA'

red 171 ◦ green 130 ◦ blue 186

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

Shades of East Side #AB82BA

Tints of East Side #AB82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.69%

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

R = 35.11%
G = 26.69%
B = 38.19%

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

#AB82BA (or 0xAB82BA) is known color: East Side. HEX triplet: AB, 82 and BA. RGB value is (171,130,186). Sum of RGB (Red+Green+Blue) = 171+130+186=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BA is #547D45. Grayscale: #949494. Windows color (decimal): -5537094 or 12223147. OLE color: 12223147.

HSL color Cylindrical-coordinate representation of color #AB82BA: hue angle of 283.93º degrees, saturation: 0.29, 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 #AB82BA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 130 186 -
CMYK 0.08 0.30 0 0.27
HSL 283.93º 0.29% 0.62% -
HSV(B) 283.93º 0.3% 0.73% -
XYZ 33.64 28.17 50.12 -
YUV 148.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 171 130 186 0.08 0.30 0 0.27 283.93 0.29 0.62
Hex AB 82 BA 8 1E 0 1B 11C 1D 3E
Octal 253 202 272 10 36 0 33 434 35 76
Binary 10101011 10000010 10111010 1000 11110 0 11011 100011100 11101 111110

Color Harmonies of #AB82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82BA

Black with #AB82BA

Text Example


Text Example

White with #AB82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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