#AF38E7

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

Shades of Dark Orchid #AF38E7

Tints of Dark Orchid #AF38E7

Color information

#AF38E7 (or 0xAF38E7) is unknown color: approx Dark Orchid. HEX triplet: AF, 38 and E7. RGB value is (175,56,231). Sum of RGB (Red+Green+Blue) = 175+56+231=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF38E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF38E7 is #50C718. Grayscale: #6E6E6E. Windows color (decimal): -5293849 or 15153327. OLE color: 15153327.

HSL color Cylindrical-coordinate representation of color #AF38E7: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF38E7 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17556231-
CMYK0.240.7600.09
HSL280.8º78.48%56.27%-
HSV(B)280.8º75.76%90.59%-
XYZ33.5217.7177.25-
YUV111.53195.42173.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 56 (22.27% from 255) = 12.12%
BLUE value IS 231 (90.62% from 255) = 50%
R=37.88%
G=12.12%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175562310.240.7600.09280.878.4856.27
HexAF38E7184C091194e38
Octal257703473011401143111670
Binary1010111111100011100111110001001100010011000110011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF38E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF38E7; }

 p { color: rgb(175,56,231); }

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

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

 a { background-color: rgb(175,56,231); }

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

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

 span { border-color: rgb(175,56,231); }

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