#AF2DC1

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

Shades of Dark Orchid #AF2DC1

Tints of Dark Orchid #AF2DC1

Color information

#AF2DC1 (or 0xAF2DC1) is unknown color: approx Dark Orchid. HEX triplet: AF, 2D and C1. RGB value is (175,45,193). Sum of RGB (Red+Green+Blue) = 175+45+193=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF2DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DC1 is #50D23E. Grayscale: #646464. Windows color (decimal): -5296703 or 12660143. OLE color: 12660143.

HSL color Cylindrical-coordinate representation of color #AF2DC1: hue angle of 292.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2DC1 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17545193-
CMYK0.090.7700.24
HSL292.7º62.18%46.67%-
HSV(B)292.7º76.68%75.69%-
XYZ28.2414.8451.83-
YUV100.74180.07180.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 45 (17.97% from 255) = 10.90%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=42.37%
G=10.90%
B=46.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175451930.090.7700.24292.762.1846.67
HexAF2DC194D0181253e2f
Octal25755301111150304457657
Binary101011111011011100000110011001101011000100100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2DC1; }

 p { color: rgb(175,45,193); }

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

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

 a { background-color: rgb(175,45,193); }

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

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

 span { border-color: rgb(175,45,193); }

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