#AF37BE

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

Shades of Dark Orchid #AF37BE

Tints of Dark Orchid #AF37BE

Color information

#AF37BE (or 0xAF37BE) is unknown color: approx Dark Orchid. HEX triplet: AF, 37 and BE. RGB value is (175,55,190). Sum of RGB (Red+Green+Blue) = 175+55+190=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37BE is #50C841. Grayscale: #696969. Windows color (decimal): -5294146 or 12466095. OLE color: 12466095.

HSL color Cylindrical-coordinate representation of color #AF37BE: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF37BE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17555190-
CMYK0.080.7100.25
HSL293.33º55.1%48.04%-
HSV(B)293.33º71.05%74.51%-
XYZ28.3415.5650.23-
YUV106.27175.26177.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 55 (21.88% from 255) = 13.10%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=41.67%
G=13.10%
B=45.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175551900.080.7100.25293.3355.148.04
HexAF37BE8470191253730
Octal25767276101070314456760
Binary101011111101111011111010001000111011001100100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF37BE; }

 p { color: rgb(175,55,190); }

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

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

 a { background-color: rgb(175,55,190); }

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

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

 span { border-color: rgb(175,55,190); }

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