#AF36C7

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

Shades of Dark Orchid #AF36C7

Tints of Dark Orchid #AF36C7

Color information

#AF36C7 (or 0xAF36C7) is unknown color: approx Dark Orchid. HEX triplet: AF, 36 and C7. RGB value is (175,54,199). Sum of RGB (Red+Green+Blue) = 175+54+199=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF36C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36C7 is #50C938. Grayscale: #6A6A6A. Windows color (decimal): -5294393 or 13055663. OLE color: 13055663.

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

Color convert

RGB17554199-
CMYK0.120.7300.22
HSL290.07º57.31%49.61%-
HSV(B)290.07º72.86%78.04%-
XYZ29.3115.8855.55-
YUV106.71180.09176.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 54 (21.48% from 255) = 12.62%
BLUE value IS 199 (78.12% from 255) = 46.50%
R=40.89%
G=12.62%
B=46.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175541990.120.7300.22290.0757.3149.61
HexAF36C7C490161223932
Octal25766307141110264427162
Binary101011111101101100011111001001001010110100100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF36C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF36C7; }

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

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

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

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

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

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

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

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