Html Css Color HEX #AB82B8 East Side

📋 copy color: '#AB82B8'

red 171 ◦ green 130 ◦ blue 184

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

Shades of East Side #AB82B8

Tints of East Side #AB82B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.94%

R = 35.26%
G = 26.8%
B = 37.94%

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

#AB82B8 (or 0xAB82B8) is known color: East Side. HEX triplet: AB, 82 and B8. RGB value is (171,130,184). Sum of RGB (Red+Green+Blue) = 171+130+184=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB82B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82B8 is #547D47. Grayscale: #949494. Windows color (decimal): -5537096 or 12092075. OLE color: 12092075.

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

Color convert

RGB 171 130 184 -
CMYK 0.07 0.29 0 0.28
HSL 285.56º 0.28% 0.62% -
HSV(B) 285.56º 0.29% 0.72% -
XYZ 33.43 28.08 49.01 -
YUV 148.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 171 130 184 0.07 0.29 0 0.28 285.56 0.28 0.62
Hex AB 82 B8 7 1D 0 1C 11E 1C 3E
Octal 253 202 270 7 35 0 34 436 34 76
Binary 10101011 10000010 10111000 111 11101 0 11100 100011110 11100 111110

Color Harmonies of #AB82B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82B8

Black with #AB82B8

Text Example


Text Example

White with #AB82B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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