#AF82C1

Color #AF82C1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF82C1

Tints of East Side #AF82C1

Color information

#AF82C1 (or 0xAF82C1) is unknown color: approx East Side. HEX triplet: AF, 82 and C1. RGB value is (175,130,193). Sum of RGB (Red+Green+Blue) = 175+130+193=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF82C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82C1 is #507D3E. Grayscale: #969696. Windows color (decimal): -5274943 or 12681903. OLE color: 12681903.

HSL color Cylindrical-coordinate representation of color #AF82C1: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF82C1 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175130193-
CMYK0.090.3300.24
HSL282.86º33.69%63.33%-
HSV(B)282.86º32.64%75.69%-
XYZ35.2928.9354.18-
YUV150.64151.91145.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=35.14%
G=26.10%
B=38.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751301930.090.3300.24282.8633.6963.33
HexAF82C192101811b223f
Octal25720230111410304334277
Binary1010111110000010110000011001100001011000100011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82C1; }

 p { color: rgb(175,130,193); }

 H1.HeaderClassName
 {
   color: #AF82C1;
 }
 .AnyTagClassName
 {
   color: #AF82C1;
 }
</style>
background-color css

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

 a { background-color: rgb(175,130,193); }

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

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

 span { border-color: rgb(175,130,193); }

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