#AF3DD2

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

Shades of Medium Orchid #AF3DD2

Tints of Medium Orchid #AF3DD2

Color information

#AF3DD2 (or 0xAF3DD2) is unknown color: approx Medium Orchid. HEX triplet: AF, 3D and D2. RGB value is (175,61,210). Sum of RGB (Red+Green+Blue) = 175+61+210=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF3DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DD2 is #50C22D. Grayscale: #6F6F6F. Windows color (decimal): -5292590 or 13778351. OLE color: 13778351.

HSL color Cylindrical-coordinate representation of color #AF3DD2: hue angle of 285.91º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3DD2 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17561210-
CMYK0.170.7100.18
HSL285.91º62.34%53.14%-
HSV(B)285.91º70.95%82.35%-
XYZ30.9817.162.64-
YUV112.07183.27172.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=39.24%
G=13.68%
B=47.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175612100.170.7100.18285.9162.3453.14
HexAF3DD2114701211e3e35
Octal25775322211070224367665
Binary1010111111110111010010100011000111010010100011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3DD2; }

 p { color: rgb(175,61,210); }

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

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

 a { background-color: rgb(175,61,210); }

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

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

 span { border-color: rgb(175,61,210); }

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