#AF64DE

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

Shades of Medium Orchid #AF64DE

Tints of Medium Orchid #AF64DE

Color information

#AF64DE (or 0xAF64DE) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and DE. RGB value is (175,100,222). Sum of RGB (Red+Green+Blue) = 175+100+222=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF64DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64DE is #509B21. Grayscale: #878787. Windows color (decimal): -5282594 or 14574767. OLE color: 14574767.

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

Color convert

RGB175100222-
CMYK0.210.5500.13
HSL276.89º64.89%63.14%-
HSV(B)276.89º54.95%87.06%-
XYZ35.4223.571.78-
YUV136.33176.35155.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=35.21%
G=20.12%
B=44.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751002220.210.5500.13276.8964.8963.14
HexAF64DE15370D115413f
Octal257144336256701542510177
Binary1010111111001001101111010101110111011011000101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64DE; }

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

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

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

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

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

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

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

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