#AF3AE8

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

Shades of Dark Orchid #AF3AE8

Tints of Dark Orchid #AF3AE8

Color information

#AF3AE8 (or 0xAF3AE8) is unknown color: approx Dark Orchid. HEX triplet: AF, 3A and E8. RGB value is (175,58,232). Sum of RGB (Red+Green+Blue) = 175+58+232=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF3AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3AE8 is #50C517. Grayscale: #707070. Windows color (decimal): -5293336 or 15219375. OLE color: 15219375.

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

Color convert

RGB17558232-
CMYK0.250.7500.09
HSL280.34º79.09%56.86%-
HSV(B)280.34º75%90.98%-
XYZ33.7617.9778.03-
YUV112.82195.26172.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 58 (23.05% from 255) = 12.47%
BLUE value IS 232 (91.02% from 255) = 49.89%
R=37.63%
G=12.47%
B=49.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175582320.250.7500.09280.3479.0956.86
HexAF3AE8194B091184f39
Octal257723503111301143011771
Binary1010111111101011101000110011001011010011000110001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3AE8; }

 p { color: rgb(175,58,232); }

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

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

 a { background-color: rgb(175,58,232); }

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

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

 span { border-color: rgb(175,58,232); }

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