#AF65DD

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

Shades of Medium Orchid #AF65DD

Tints of Medium Orchid #AF65DD

Color information

#AF65DD (or 0xAF65DD) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and DD. RGB value is (175,101,221). Sum of RGB (Red+Green+Blue) = 175+101+221=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DD is #509A22. Grayscale: #888888. Windows color (decimal): -5282339 or 14509487. OLE color: 14509487.

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

Color convert

RGB175101221-
CMYK0.210.5400.13
HSL277º63.83%63.14%-
HSV(B)277º54.3%86.67%-
XYZ35.3823.6471.1-
YUV136.81175.52155.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 101 (39.84% from 255) = 20.32%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=35.21%
G=20.32%
B=44.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751012210.210.5400.1327763.8363.14
HexAF65DD15360D115403f
Octal257145335256601542510077
Binary1010111111001011101110110101110110011011000101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65DD; }

 p { color: rgb(175,101,221); }

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

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

 a { background-color: rgb(175,101,221); }

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

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

 span { border-color: rgb(175,101,221); }

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