Html Css Color HEX #AB82D1 East Side

📋 copy color: '#AB82D1'

red 171 ◦ green 130 ◦ blue 209

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

Shades of East Side #AB82D1

Tints of East Side #AB82D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 33.53%
G = 25.49%
B = 40.98%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB82D1 (or 0xAB82D1) is known color: East Side. HEX triplet: AB, 82 and D1. RGB value is (171,130,209). Sum of RGB (Red+Green+Blue) = 171+130+209=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82D1 is #547D2E. Grayscale: #969696. Windows color (decimal): -5537071 or 13730475. OLE color: 13730475.

HSL color Cylindrical-coordinate representation of color #AB82D1: hue angle of 271.14º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB82D1 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 130 209 -
CMYK 0.18 0.38 0 0.18
HSL 271.14º 0.46% 0.66% -
HSV(B) 271.14º 0.38% 0.82% -
XYZ 36.29 29.23 64.05 -
YUV 151.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 171 130 209 0.18 0.38 0 0.18 271.14 0.46 0.66
Hex AB 82 D1 12 26 0 12 10F 2E 42
Octal 253 202 321 22 46 0 22 417 56 102
Binary 10101011 10000010 11010001 10010 100110 0 10010 100001111 101110 1000010

Color Harmonies of #AB82D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82D1

Black with #AB82D1

Text Example


Text Example

White with #AB82D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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