#AF27DF

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

Shades of Dark Orchid #AF27DF

Tints of Dark Orchid #AF27DF

Color information

#AF27DF (or 0xAF27DF) is unknown color: approx Dark Orchid. HEX triplet: AF, 27 and DF. RGB value is (175,39,223). Sum of RGB (Red+Green+Blue) = 175+39+223=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF27DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27DF is #50D820. Grayscale: #646464. Windows color (decimal): -5298209 or 14624687. OLE color: 14624687.

HSL color Cylindrical-coordinate representation of color #AF27DF: hue angle of 284.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF27DF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17539223-
CMYK0.220.8300.13
HSL284.35º74.19%51.37%-
HSV(B)284.35º82.51%87.45%-
XYZ31.7215.8971.21-
YUV100.64197.06181.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 39 (15.62% from 255) = 8.92%
BLUE value IS 223 (87.5% from 255) = 51.03%
R=40.05%
G=8.92%
B=51.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175392230.220.8300.13284.3574.1951.37
HexAF27DF16530D11c4a33
Octal257473372612301543411263
Binary1010111110011111011111101101010011011011000111001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF27DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF27DF; }

 p { color: rgb(175,39,223); }

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

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

 a { background-color: rgb(175,39,223); }

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

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

 span { border-color: rgb(175,39,223); }

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