#AA28BC

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

Shades of Dark Orchid #AA28BC

Tints of Dark Orchid #AA28BC

Color information

#AA28BC (or 0xAA28BC) is unknown color: approx Dark Orchid. HEX triplet: AA, 28 and BC. RGB value is (170,40,188). Sum of RGB (Red+Green+Blue) = 170+40+188=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28BC is #55D743. Grayscale: #5F5F5F. Windows color (decimal): -5625668 or 12331178. OLE color: 12331178.

HSL color Cylindrical-coordinate representation of color #AA28BC: hue angle of 292.7º 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 #AA28BC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17040188-
CMYK0.100.7900.26
HSL292.7º64.91%44.71%-
HSV(B)292.7º78.72%73.73%-
XYZ26.4113.6948.83-
YUV95.74180.07180.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 40 (16.02% from 255) = 10.05%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=42.71%
G=10.05%
B=47.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170401880.100.7900.26292.764.9144.71
HexAA28BCA4F01A125412d
Octal252502741211703244510155
Binary1010101010100010111100101010011110110101001001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA28BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA28BC; }

 p { color: rgb(170,40,188); }

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

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

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

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

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

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

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