#AF3CD5

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

Shades of Dark Orchid #AF3CD5

Tints of Dark Orchid #AF3CD5

Color information

#AF3CD5 (or 0xAF3CD5) is unknown color: approx Dark Orchid. HEX triplet: AF, 3C and D5. RGB value is (175,60,213). Sum of RGB (Red+Green+Blue) = 175+60+213=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF3CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CD5 is #50C32A. Grayscale: #6F6F6F. Windows color (decimal): -5292843 or 13974703. OLE color: 13974703.

HSL color Cylindrical-coordinate representation of color #AF3CD5: hue angle of 285.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3CD5 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17560213-
CMYK0.180.7200.16
HSL285.1º64.56%53.53%-
HSV(B)285.1º71.83%83.53%-
XYZ31.3117.1564.61-
YUV111.83185.1173.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 60 (23.83% from 255) = 13.39%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=39.06%
G=13.39%
B=47.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175602130.180.7200.16285.164.5653.53
HexAF3CD5124801011d4136
Octal257743252211002043510166
Binary10101111111100110101011001010010000100001000111011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3CD5; }

 p { color: rgb(175,60,213); }

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

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

 a { background-color: rgb(175,60,213); }

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

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

 span { border-color: rgb(175,60,213); }

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