#AA18B3

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

Shades of Dark Orchid #AA18B3

Tints of Dark Orchid #AA18B3

Color information

#AA18B3 (or 0xAA18B3) is unknown color: approx Dark Orchid. HEX triplet: AA, 18 and B3. RGB value is (170,24,179). Sum of RGB (Red+Green+Blue) = 170+24+179=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA18B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18B3 is #55E74C. Grayscale: #545454. Windows color (decimal): -5629773 or 11737258. OLE color: 11737258.

HSL color Cylindrical-coordinate representation of color #AA18B3: hue angle of 296.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA18B3 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17024179-
CMYK0.050.8700.30
HSL296.52º76.35%39.8%-
HSV(B)296.52º86.59%70.2%-
XYZ25.0412.4543.73-
YUV85.32180.87188.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 24 (9.77% from 255) = 6.43%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=45.58%
G=6.43%
B=47.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170241790.050.8700.30296.5276.3539.8
HexAA18B355701E1294c28
Octal25230263512703645111450
Binary10101010110001011001110110101110111101001010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA18B3; }

 p { color: rgb(170,24,179); }

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

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

 a { background-color: rgb(170,24,179); }

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

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

 span { border-color: rgb(170,24,179); }

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