#AF3ACE

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

Shades of Dark Orchid #AF3ACE

Tints of Dark Orchid #AF3ACE

Color information

#AF3ACE (or 0xAF3ACE) is unknown color: approx Dark Orchid. HEX triplet: AF, 3A and CE. RGB value is (175,58,206). Sum of RGB (Red+Green+Blue) = 175+58+206=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ACE is #50C531. Grayscale: #6D6D6D. Windows color (decimal): -5293362 or 13515439. OLE color: 13515439.

HSL color Cylindrical-coordinate representation of color #AF3ACE: hue angle of 287.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3ACE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17558206-
CMYK0.150.7200.19
HSL287.43º60.16%51.76%-
HSV(B)287.43º71.84%80.78%-
XYZ30.3316.660-
YUV109.85182.26174.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=39.86%
G=13.21%
B=46.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175582060.150.7200.19287.4360.1651.76
HexAF3ACEF4801311f3c34
Octal25772316171100234377464
Binary101011111110101100111011111001000010011100011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3ACE; }

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

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

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

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

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

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

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

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