#AA35BF

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

Shades of Dark Orchid #AA35BF

Tints of Dark Orchid #AA35BF

Color information

#AA35BF (or 0xAA35BF) is unknown color: approx Dark Orchid. HEX triplet: AA, 35 and BF. RGB value is (170,53,191). Sum of RGB (Red+Green+Blue) = 170+53+191=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA35BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA35BF is #55CA40. Grayscale: #676767. Windows color (decimal): -5622337 or 12531114. OLE color: 12531114.

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

Color convert

RGB17053191-
CMYK0.110.7200.25
HSL290.87º56.56%47.84%-
HSV(B)290.87º72.25%74.9%-
XYZ27.2514.8550.72-
YUV103.72177.26175.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 191 (75% from 255) = 46.14%
R=41.06%
G=12.80%
B=46.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170531910.110.7200.25290.8756.5647.84
HexAA35BFB480191233930
Octal25265277131100314437160
Binary101010101101011011111110111001000011001100100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA35BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA35BF; }

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

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

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

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

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

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

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

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