#AF31C6

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

Shades of Dark Orchid #AF31C6

Tints of Dark Orchid #AF31C6

Color information

#AF31C6 (or 0xAF31C6) is unknown color: approx Dark Orchid. HEX triplet: AF, 31 and C6. RGB value is (175,49,198). Sum of RGB (Red+Green+Blue) = 175+49+198=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF31C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31C6 is #50CE39. Grayscale: #676767. Windows color (decimal): -5295674 or 12988847. OLE color: 12988847.

HSL color Cylindrical-coordinate representation of color #AF31C6: hue angle of 290.74º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF31C6 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17549198-
CMYK0.120.7500.22
HSL290.74º60.32%48.43%-
HSV(B)290.74º75.25%77.65%-
XYZ28.9715.3954.87-
YUV103.66181.24178.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 49 (19.53% from 255) = 11.61%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=41.47%
G=11.61%
B=46.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175491980.120.7500.22290.7460.3248.43
HexAF31C6C4B0161233c30
Octal25761306141130264437460
Binary101011111100011100011011001001011010110100100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF31C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF31C6; }

 p { color: rgb(175,49,198); }

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

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

 a { background-color: rgb(175,49,198); }

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

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

 span { border-color: rgb(175,49,198); }

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