#af31c7

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

Shades of Dark Orchid #AF31C7

Tints of Dark Orchid #AF31C7

Color information

#AF31C7 (or 0xAF31C7) is unknown color: approx Dark Orchid. HEX triplet: AF, 31 and C7. RGB value is (175,49,199). Sum of RGB (Red+Green+Blue) = 175+49+199=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF31C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31C7 is #50CE38. Grayscale: #676767. Windows color (decimal): -5295673 or 13054383. OLE color: 13054383.

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

Color convert

RGB17549199-
CMYK0.120.7500.22
HSL290.4º60.48%48.63%-
HSV(B)290.4º75.38%78.04%-
XYZ29.0915.4355.48-
YUV103.77181.74178.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 49 (19.53% from 255) = 11.58%
BLUE value IS 199 (78.12% from 255) = 47.04%
R=41.37%
G=11.58%
B=47.04%

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
Decimal175491990.120.7500.22290.460.4848.63
HexAF31C7C4B0161223c31
Octal25761307141130264427461
Binary101011111100011100011111001001011010110100100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af31c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af31c7; }

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

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

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

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

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

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

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

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