#af3fd2

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

Shades of Medium Orchid #AF3FD2

Tints of Medium Orchid #AF3FD2

Color information

#AF3FD2 (or 0xAF3FD2) is unknown color: approx Medium Orchid. HEX triplet: AF, 3F and D2. RGB value is (175,63,210). Sum of RGB (Red+Green+Blue) = 175+63+210=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF3FD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FD2 is #50C02D. Grayscale: #707070. Windows color (decimal): -5292078 or 13778863. OLE color: 13778863.

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

Color convert

RGB17563210-
CMYK0.170.7000.18
HSL285.71º62.03%53.53%-
HSV(B)285.71º70%82.35%-
XYZ31.0917.3262.68-
YUV113.25182.61172.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 63 (25% from 255) = 14.06%
BLUE value IS 210 (82.42% from 255) = 46.88%
R=39.06%
G=14.06%
B=46.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175632100.170.7000.18285.7162.0353.53
HexAF3FD2114601211e3e36
Octal25777322211060224367666
Binary1010111111111111010010100011000110010010100011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3fd2; }

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

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

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

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

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

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

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

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