#AF2AB7

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

Shades of Dark Orchid #AF2AB7

Tints of Dark Orchid #AF2AB7

Color information

#AF2AB7 (or 0xAF2AB7) is unknown color: approx Dark Orchid. HEX triplet: AF, 2A and B7. RGB value is (175,42,183). Sum of RGB (Red+Green+Blue) = 175+42+183=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF2AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2AB7 is #50D548. Grayscale: #616161. Windows color (decimal): -5297481 or 12004015. OLE color: 12004015.

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

Color convert

RGB17542183-
CMYK0.040.7700.28
HSL296.6º62.67%44.12%-
HSV(B)296.6º77.05%71.76%-
XYZ27.0514.1946.11-
YUV97.84176.06183.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 42 (16.80% from 255) = 10.5%
BLUE value IS 183 (71.88% from 255) = 45.75%
R=43.75%
G=10.5%
B=45.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175421830.040.7700.28296.662.6744.12
HexAF2AB744D01C1293f2c
Octal2575226741150344517754
Binary10101111101010101101111001001101011100100101001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2AB7; }

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

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

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

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

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

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

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

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