#AF5CDE

Color #AF5CDE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF5CDE

Tints of Medium Orchid #AF5CDE

Color information

#AF5CDE (or 0xAF5CDE) is unknown color: approx Medium Orchid. HEX triplet: AF, 5C and DE. RGB value is (175,92,222). Sum of RGB (Red+Green+Blue) = 175+92+222=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CDE is #50A321. Grayscale: #838383. Windows color (decimal): -5284642 or 14572719. OLE color: 14572719.

HSL color Cylindrical-coordinate representation of color #AF5CDE: hue angle of 278.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5CDE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17592222-
CMYK0.210.5900.13
HSL278.31º66.33%61.57%-
HSV(B)278.31º58.56%87.06%-
XYZ34.6922.0471.53-
YUV131.64179158.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=35.79%
G=18.81%
B=45.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175922220.210.5900.13278.3166.3361.57
HexAF5CDE153B0D116423e
Octal257134336257301542610276
Binary1010111110111001101111010101111011011011000101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5CDE; }

 p { color: rgb(175,92,222); }

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

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

 a { background-color: rgb(175,92,222); }

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

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

 span { border-color: rgb(175,92,222); }

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