#AF26E9

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

Shades of Dark Orchid #AF26E9

Tints of Dark Orchid #AF26E9

Color information

#AF26E9 (or 0xAF26E9) is unknown color: approx Dark Orchid. HEX triplet: AF, 26 and E9. RGB value is (175,38,233). Sum of RGB (Red+Green+Blue) = 175+38+233=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF26E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26E9 is #50D916. Grayscale: #646464. Windows color (decimal): -5298455 or 15279791. OLE color: 15279791.

HSL color Cylindrical-coordinate representation of color #AF26E9: hue angle of 282.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF26E9 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17538233-
CMYK0.250.8400.09
HSL282.15º81.59%53.14%-
HSV(B)282.15º83.69%91.37%-
XYZ33.0816.3878.51-
YUV101.19202.39180.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 38 (15.23% from 255) = 8.52%
BLUE value IS 233 (91.41% from 255) = 52.24%
R=39.24%
G=8.52%
B=52.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175382330.250.8400.09282.1581.5953.14
HexAF26E919540911a5235
Octal257463513112401143212265
Binary1010111110011011101001110011010100010011000110101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF26E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF26E9; }

 p { color: rgb(175,38,233); }

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

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

 a { background-color: rgb(175,38,233); }

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

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

 span { border-color: rgb(175,38,233); }

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