Html Css Color HEX #AB82B7 East Side

📋 copy color: '#AB82B7'

red 171 ◦ green 130 ◦ blue 183

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

Shades of East Side #AB82B7

Tints of East Side #AB82B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.81%

R = 35.33%
G = 26.86%
B = 37.81%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB82B7 (or 0xAB82B7) is known color: East Side. HEX triplet: AB, 82 and B7. RGB value is (171,130,183). Sum of RGB (Red+Green+Blue) = 171+130+183=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB82B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82B7 is #547D48. Grayscale: #949494. Windows color (decimal): -5537097 or 12026539. OLE color: 12026539.

HSL color Cylindrical-coordinate representation of color #AB82B7: hue angle of 286.42º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB82B7 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 130 183 -
CMYK 0.07 0.29 0 0.28
HSL 286.42º 0.27% 0.61% -
HSV(B) 286.42º 0.29% 0.72% -
XYZ 33.32 28.04 48.46 -
YUV 148.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 171 130 183 0.07 0.29 0 0.28 286.42 0.27 0.61
Hex AB 82 B7 7 1D 0 1C 11E 1B 3D
Octal 253 202 267 7 35 0 34 436 33 75
Binary 10101011 10000010 10110111 111 11101 0 11100 100011110 11011 111101

Color Harmonies of #AB82B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82B7

Black with #AB82B7

Text Example


Text Example

White with #AB82B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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