#AF7FD6

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

Shades of East Side #AF7FD6

Tints of East Side #AF7FD6

Color information

#AF7FD6 (or 0xAF7FD6) is unknown color: approx East Side. HEX triplet: AF, 7F and D6. RGB value is (175,127,214). Sum of RGB (Red+Green+Blue) = 175+127+214=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF7FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FD6 is #508029. Grayscale: #969696. Windows color (decimal): -5275690 or 14057391. OLE color: 14057391.

HSL color Cylindrical-coordinate representation of color #AF7FD6: hue angle of 273.1º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7FD6 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175127214-
CMYK0.180.4100.16
HSL273.1º51.48%66.86%-
HSV(B)273.1º40.65%83.92%-
XYZ37.4129.1567.27-
YUV151.27163.4144.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 214 (83.98% from 255) = 41.47%
R=33.91%
G=24.61%
B=41.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751272140.180.4100.16273.151.4866.86
HexAF7FD612290101113343
Octal257177326225102042163103
Binary10101111111111111010110100101010010100001000100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FD6; }

 p { color: rgb(175,127,214); }

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

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

 a { background-color: rgb(175,127,214); }

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

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

 span { border-color: rgb(175,127,214); }

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