#AF39C1

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

Shades of Dark Orchid #AF39C1

Tints of Dark Orchid #AF39C1

Color information

#AF39C1 (or 0xAF39C1) is unknown color: approx Dark Orchid. HEX triplet: AF, 39 and C1. RGB value is (175,57,193). Sum of RGB (Red+Green+Blue) = 175+57+193=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF39C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39C1 is #50C63E. Grayscale: #6B6B6B. Windows color (decimal): -5293631 or 12663215. OLE color: 12663215.

HSL color Cylindrical-coordinate representation of color #AF39C1: hue angle of 292.06º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF39C1 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17557193-
CMYK0.090.7000.24
HSL292.06º54.4%49.02%-
HSV(B)292.06º70.47%75.69%-
XYZ28.7715.8952-
YUV107.79176.09175.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=41.18%
G=13.41%
B=45.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175571930.090.7000.24292.0654.449.02
HexAF39C19460181243631
Octal25771301111060304446661
Binary101011111110011100000110011000110011000100100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39C1; }

 p { color: rgb(175,57,193); }

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

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

 a { background-color: rgb(175,57,193); }

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

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

 span { border-color: rgb(175,57,193); }

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