Html Css Color HEX #AB82BD East Side

📋 copy color: '#AB82BD'

red 171 ◦ green 130 ◦ blue 189

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

Shades of East Side #AB82BD

Tints of East Side #AB82BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 34.9%
G = 26.53%
B = 38.57%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB82BD (or 0xAB82BD) is known color: East Side. HEX triplet: AB, 82 and BD. RGB value is (171,130,189). Sum of RGB (Red+Green+Blue) = 171+130+189=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB82BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BD is #547D42. Grayscale: #949494. Windows color (decimal): -5537091 or 12419755. OLE color: 12419755.

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

Color convert

RGB 171 130 189 -
CMYK 0.10 0.31 0 0.26
HSL 281.69º 0.31% 0.63% -
HSV(B) 281.69º 0.31% 0.74% -
XYZ 33.96 28.3 51.82 -
YUV 148.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 171 130 189 0.10 0.31 0 0.26 281.69 0.31 0.63
Hex AB 82 BD A 1F 0 1A 11A 1F 3F
Octal 253 202 275 12 37 0 32 432 37 77
Binary 10101011 10000010 10111101 1010 11111 0 11010 100011010 11111 111111

Color Harmonies of #AB82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82BD

Black with #AB82BD

Text Example


Text Example

White with #AB82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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