#AF2DB7

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

Shades of Dark Orchid #AF2DB7

Tints of Dark Orchid #AF2DB7

Color information

#AF2DB7 (or 0xAF2DB7) is unknown color: approx Dark Orchid. HEX triplet: AF, 2D and B7. RGB value is (175,45,183). Sum of RGB (Red+Green+Blue) = 175+45+183=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF2DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DB7 is #50D248. Grayscale: #636363. Windows color (decimal): -5296713 or 12004783. OLE color: 12004783.

HSL color Cylindrical-coordinate representation of color #AF2DB7: hue angle of 296.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2DB7 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17545183-
CMYK0.040.7500.28
HSL296.52º60.53%44.71%-
HSV(B)296.52º75.41%71.76%-
XYZ27.1614.4146.15-
YUV99.6175.07181.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 183 (71.88% from 255) = 45.41%
R=43.42%
G=11.17%
B=45.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175451830.040.7500.28296.5260.5344.71
HexAF2DB744B01C1293d2d
Octal2575526741130344517555
Binary10101111101101101101111001001011011100100101001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2DB7; }

 p { color: rgb(175,45,183); }

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

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

 a { background-color: rgb(175,45,183); }

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

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

 span { border-color: rgb(175,45,183); }

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