#AA30D7

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

Shades of Dark Orchid #AA30D7

Tints of Dark Orchid #AA30D7

Color information

#AA30D7 (or 0xAA30D7) is unknown color: approx Dark Orchid. HEX triplet: AA, 30 and D7. RGB value is (170,48,215). Sum of RGB (Red+Green+Blue) = 170+48+215=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA30D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30D7 is #55CF28. Grayscale: #666666. Windows color (decimal): -5623593 or 14102698. OLE color: 14102698.

HSL color Cylindrical-coordinate representation of color #AA30D7: hue angle of 283.83º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA30D7 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17048215-
CMYK0.210.7800.16
HSL283.83º67.61%51.57%-
HSV(B)283.83º77.67%84.31%-
XYZ29.915.5765.72-
YUV103.52190.92175.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 48 (19.14% from 255) = 11.09%
BLUE value IS 215 (84.38% from 255) = 49.65%
R=39.26%
G=11.09%
B=49.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170482150.210.7800.16283.8367.6151.57
HexAA30D7154E01011c4434
Octal252603272511602043410464
Binary10101010110000110101111010110011100100001000111001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA30D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA30D7; }

 p { color: rgb(170,48,215); }

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

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

 a { background-color: rgb(170,48,215); }

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

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

 span { border-color: rgb(170,48,215); }

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