#AF23EB

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

Shades of Dark Orchid #AF23EB

Tints of Dark Orchid #AF23EB

Color information

#AF23EB (or 0xAF23EB) is unknown color: approx Dark Orchid. HEX triplet: AF, 23 and EB. RGB value is (175,35,235). Sum of RGB (Red+Green+Blue) = 175+35+235=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF23EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23EB is #50DC14. Grayscale: #636363. Windows color (decimal): -5299221 or 15410095. OLE color: 15410095.

HSL color Cylindrical-coordinate representation of color #AF23EB: hue angle of 282º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF23EB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17535235-
CMYK0.260.8500.08
HSL282º83.33%52.94%-
HSV(B)282º85.11%92.16%-
XYZ33.2816.3179.99-
YUV99.66204.38181.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 35 (14.06% from 255) = 7.87%
BLUE value IS 235 (92.19% from 255) = 52.81%
R=39.33%
G=7.87%
B=52.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175352350.260.8500.0828283.3352.94
HexAF23EB1A550811a5335
Octal257433533212501043212365
Binary1010111110001111101011110101010101010001000110101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF23EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF23EB; }

 p { color: rgb(175,35,235); }

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

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

 a { background-color: rgb(175,35,235); }

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

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

 span { border-color: rgb(175,35,235); }

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