#AF1DCC

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

Shades of Dark Orchid #AF1DCC

Tints of Dark Orchid #AF1DCC

Color information

#AF1DCC (or 0xAF1DCC) is unknown color: approx Dark Orchid. HEX triplet: AF, 1D and CC. RGB value is (175,29,204). Sum of RGB (Red+Green+Blue) = 175+29+204=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DCC is #50E233. Grayscale: #5C5C5C. Windows color (decimal): -5300788 or 13376943. OLE color: 13376943.

HSL color Cylindrical-coordinate representation of color #AF1DCC: hue angle of 290.06º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1DCC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17529204-
CMYK0.140.8600.2
HSL290.06º75.11%45.69%-
HSV(B)290.06º85.78%80%-
XYZ29.0214.3558.37-
YUV92.6190.87186.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 29 (11.72% from 255) = 7.11%
BLUE value IS 204 (80.08% from 255) = 50%
R=42.89%
G=7.11%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175292040.140.8600.2290.0675.1145.69
HexAF1DCCE560141224b2e
Octal257353141612602444211356
Binary101011111110111001100111010101100101001001000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1DCC; }

 p { color: rgb(175,29,204); }

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

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

 a { background-color: rgb(175,29,204); }

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

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

 span { border-color: rgb(175,29,204); }

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