#AF2DE4

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

Shades of Dark Orchid #AF2DE4

Tints of Dark Orchid #AF2DE4

Color information

#AF2DE4 (or 0xAF2DE4) is unknown color: approx Dark Orchid. HEX triplet: AF, 2D and E4. RGB value is (175,45,228). Sum of RGB (Red+Green+Blue) = 175+45+228=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF2DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DE4 is #50D21B. Grayscale: #686868. Windows color (decimal): -5296668 or 14953903. OLE color: 14953903.

HSL color Cylindrical-coordinate representation of color #AF2DE4: hue angle of 282.62º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2DE4 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17545228-
CMYK0.230.8000.11
HSL282.62º77.22%53.53%-
HSV(B)282.62º80.26%89.41%-
XYZ32.6216.5974.88-
YUV104.73197.57178.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 45 (17.97% from 255) = 10.04%
BLUE value IS 228 (89.45% from 255) = 50.89%
R=39.06%
G=10.04%
B=50.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175452280.230.8000.11282.6277.2253.53
HexAF2DE417500B11b4d36
Octal257553442712001343311566
Binary1010111110110111100100101111010000010111000110111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2DE4; }

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

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

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

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

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

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

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

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