#AA23B3

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

Shades of Dark Orchid #AA23B3

Tints of Dark Orchid #AA23B3

Color information

#AA23B3 (or 0xAA23B3) is unknown color: approx Dark Orchid. HEX triplet: AA, 23 and B3. RGB value is (170,35,179). Sum of RGB (Red+Green+Blue) = 170+35+179=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA23B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23B3 is #55DC4C. Grayscale: #5B5B5B. Windows color (decimal): -5626957 or 11740074. OLE color: 11740074.

HSL color Cylindrical-coordinate representation of color #AA23B3: hue angle of 296.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA23B3 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17035179-
CMYK0.050.8000.30
HSL296.25º67.29%41.96%-
HSV(B)296.25º80.45%70.2%-
XYZ25.321343.82-
YUV91.78177.23183.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 35 (14.06% from 255) = 9.11%
BLUE value IS 179 (70.31% from 255) = 46.61%
R=44.27%
G=9.11%
B=46.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170351790.050.8000.30296.2567.2941.96
HexAA23B355001E128432a
Octal25243263512003645010352
Binary101010101000111011001110110100000111101001010001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA23B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA23B3; }

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

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

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

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

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

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

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

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