#AF28AF

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

Shades of Dark Orchid #AF28AF

Tints of Dark Orchid #AF28AF

Color information

#AF28AF (or 0xAF28AF) is unknown color: approx Dark Orchid. HEX triplet: AF, 28 and AF. RGB value is (175,40,175). Sum of RGB (Red+Green+Blue) = 175+40+175=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28AF is #50D750. Grayscale: #5F5F5F. Windows color (decimal): -5298001 or 11479215. OLE color: 11479215.

HSL color Cylindrical-coordinate representation of color #AF28AF: hue angle of 300º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF28AF is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17540175-
CMYK00.7700.31
HSL300º62.79%42.16%-
HSV(B)300º77.14%68.63%-
XYZ26.1813.7341.83-
YUV95.76172.73184.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 40 (16.02% from 255) = 10.26%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=44.87%
G=10.26%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754017500.7700.3130062.7942.16
HexAF28AF04D01F12c3f2a
Octal2575025701150374547752
Binary101011111010001010111101001101011111100101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF28AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF28AF; }

 p { color: rgb(175,40,175); }

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

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

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

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

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

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

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