Html Css Color HEX #AB82BF East Side

📋 copy color: '#AB82BF'

red 171 ◦ green 130 ◦ blue 191

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

Shades of East Side #AB82BF

Tints of East Side #AB82BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.82%

R = 34.76%
G = 26.42%
B = 38.82%

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

#AB82BF (or 0xAB82BF) is known color: East Side. HEX triplet: AB, 82 and BF. RGB value is (171,130,191). Sum of RGB (Red+Green+Blue) = 171+130+191=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB82BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BF is #547D40. Grayscale: #959595. Windows color (decimal): -5537089 or 12550827. OLE color: 12550827.

HSL color Cylindrical-coordinate representation of color #AB82BF: hue angle of 280.33º 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 #AB82BF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 130 191 -
CMYK 0.10 0.32 0 0.25
HSL 280.33º 0.32% 0.63% -
HSV(B) 280.33º 0.32% 0.75% -
XYZ 34.18 28.38 52.97 -
YUV 149.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 171 130 191 0.10 0.32 0 0.25 280.33 0.32 0.63
Hex AB 82 BF A 20 0 19 118 20 3F
Octal 253 202 277 12 40 0 31 430 40 77
Binary 10101011 10000010 10111111 1010 100000 0 11001 100011000 100000 111111

Color Harmonies of #AB82BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82BF

Black with #AB82BF

Text Example


Text Example

White with #AB82BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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