#AF28BD

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

Shades of Dark Orchid #AF28BD

Tints of Dark Orchid #AF28BD

Color information

#AF28BD (or 0xAF28BD) is unknown color: approx Dark Orchid. HEX triplet: AF, 28 and BD. RGB value is (175,40,189). Sum of RGB (Red+Green+Blue) = 175+40+189=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF28BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28BD is #50D742. Grayscale: #606060. Windows color (decimal): -5297987 or 12396719. OLE color: 12396719.

HSL color Cylindrical-coordinate representation of color #AF28BD: hue angle of 294.36º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF28BD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17540189-
CMYK0.070.7900.26
HSL294.36º65.07%44.9%-
HSV(B)294.36º78.84%74.12%-
XYZ27.6214.3149.45-
YUV97.35179.73183.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 40 (16.02% from 255) = 9.90%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=43.32%
G=9.90%
B=46.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175401890.070.7900.26294.3665.0744.9
HexAF28BD74F01A126412d
Octal25750275711703244610155
Binary101011111010001011110111110011110110101001001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF28BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF28BD; }

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

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

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

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

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

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

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

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