Html Css Color HEX #AB82CE East Side

📋 copy color: '#AB82CE'

red 171 ◦ green 130 ◦ blue 206

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

Shades of East Side #AB82CE

Tints of East Side #AB82CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 33.73%
G = 25.64%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB82CE (or 0xAB82CE) is known color: East Side. HEX triplet: AB, 82 and CE. RGB value is (171,130,206). Sum of RGB (Red+Green+Blue) = 171+130+206=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB82CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82CE is #547D31. Grayscale: #969696. Windows color (decimal): -5537074 or 13533867. OLE color: 13533867.

HSL color Cylindrical-coordinate representation of color #AB82CE: hue angle of 272.37º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB82CE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 130 206 -
CMYK 0.17 0.37 0 0.19
HSL 272.37º 0.44% 0.66% -
HSV(B) 272.37º 0.37% 0.81% -
XYZ 35.92 29.08 62.11 -
YUV 150.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 171 130 206 0.17 0.37 0 0.19 272.37 0.44 0.66
Hex AB 82 CE 11 25 0 13 110 2C 42
Octal 253 202 316 21 45 0 23 420 54 102
Binary 10101011 10000010 11001110 10001 100101 0 10011 100010000 101100 1000010

Color Harmonies of #AB82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82CE

Black with #AB82CE

Text Example


Text Example

White with #AB82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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