#AA3CBF

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

Shades of Dark Orchid #AA3CBF

Tints of Dark Orchid #AA3CBF

Color information

#AA3CBF (or 0xAA3CBF) is unknown color: approx Dark Orchid. HEX triplet: AA, 3C and BF. RGB value is (170,60,191). Sum of RGB (Red+Green+Blue) = 170+60+191=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CBF is #55C340. Grayscale: #6B6B6B. Windows color (decimal): -5620545 or 12532906. OLE color: 12532906.

HSL color Cylindrical-coordinate representation of color #AA3CBF: hue angle of 290.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3CBF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17060191-
CMYK0.110.6900.25
HSL290.38º52.19%49.22%-
HSV(B)290.38º68.59%74.9%-
XYZ27.615.5450.84-
YUV107.82174.94172.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 60 (23.83% from 255) = 14.25%
BLUE value IS 191 (75% from 255) = 45.37%
R=40.38%
G=14.25%
B=45.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170601910.110.6900.25290.3852.1949.22
HexAA3CBFB450191223431
Octal25274277131050314426461
Binary101010101111001011111110111000101011001100100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3CBF; }

 p { color: rgb(170,60,191); }

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

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

 a { background-color: rgb(170,60,191); }

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

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

 span { border-color: rgb(170,60,191); }

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