Html Css Color HEX #AB82BE East Side

📋 copy color: '#AB82BE'

red 171 ◦ green 130 ◦ blue 190

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

Shades of East Side #AB82BE

Tints of East Side #AB82BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 34.83%
G = 26.48%
B = 38.7%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB82BE (or 0xAB82BE) is known color: East Side. HEX triplet: AB, 82 and BE. RGB value is (171,130,190). Sum of RGB (Red+Green+Blue) = 171+130+190=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BE is #547D41. Grayscale: #949494. Windows color (decimal): -5537090 or 12485291. OLE color: 12485291.

HSL color Cylindrical-coordinate representation of color #AB82BE: hue angle of 281º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB82BE is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 130 190 -
CMYK 0.10 0.32 0 0.25
HSL 281º 0.32% 0.63% -
HSV(B) 281º 0.32% 0.75% -
XYZ 34.07 28.34 52.39 -
YUV 149.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 171 130 190 0.10 0.32 0 0.25 281 0.32 0.63
Hex AB 82 BE A 20 0 19 119 20 3F
Octal 253 202 276 12 40 0 31 431 40 77
Binary 10101011 10000010 10111110 1010 100000 0 11001 100011001 100000 111111

Color Harmonies of #AB82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82BE

Black with #AB82BE

Text Example


Text Example

White with #AB82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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