#AF3DEA

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

Shades of Medium Orchid #AF3DEA

Tints of Medium Orchid #AF3DEA

Color information

#AF3DEA (or 0xAF3DEA) is unknown color: approx Medium Orchid. HEX triplet: AF, 3D and EA. RGB value is (175,61,234). Sum of RGB (Red+Green+Blue) = 175+61+234=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF3DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DEA is #50C215. Grayscale: #727272. Windows color (decimal): -5292566 or 15351215. OLE color: 15351215.

HSL color Cylindrical-coordinate representation of color #AF3DEA: hue angle of 279.54º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3DEA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17561234-
CMYK0.250.7400.08
HSL279.54º80.47%57.84%-
HSV(B)279.54º73.93%91.76%-
XYZ34.218.3979.59-
YUV114.81195.27170.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 61 (24.22% from 255) = 12.98%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=37.23%
G=12.98%
B=49.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175612340.250.7400.08279.5480.4757.84
HexAF3DEA194A08118503a
Octal257753523111201043012072
Binary1010111111110111101010110011001010010001000110001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3DEA; }

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

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

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

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

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

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

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

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