#AA43CD

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

Shades of Dark Orchid #AA43CD

Tints of Dark Orchid #AA43CD

Color information

#AA43CD (or 0xAA43CD) is unknown color: approx Dark Orchid. HEX triplet: AA, 43 and CD. RGB value is (170,67,205). Sum of RGB (Red+Green+Blue) = 170+67+205=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA43CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43CD is #55BC32. Grayscale: #717171. Windows color (decimal): -5618739 or 13452202. OLE color: 13452202.

HSL color Cylindrical-coordinate representation of color #AA43CD: hue angle of 284.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA43CD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17067205-
CMYK0.170.6700.20
HSL284.78º57.98%53.33%-
HSV(B)284.78º67.32%80.39%-
XYZ29.616.9759.47-
YUV113.53179.62168.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 67 (26.56% from 255) = 15.16%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=38.46%
G=15.16%
B=46.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170672050.170.6700.20284.7857.9853.33
HexAA43CD114301411d3a35
Octal252103315211030244357265
Binary10101010100001111001101100011000011010100100011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA43CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA43CD; }

 p { color: rgb(170,67,205); }

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

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

 a { background-color: rgb(170,67,205); }

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

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

 span { border-color: rgb(170,67,205); }

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