#AA34AF

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

Shades of Dark Orchid #AA34AF

Tints of Dark Orchid #AA34AF

Color information

#AA34AF (or 0xAA34AF) is unknown color: approx Dark Orchid. HEX triplet: AA, 34 and AF. RGB value is (170,52,175). Sum of RGB (Red+Green+Blue) = 170+52+175=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA34AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34AF is #55CB50. Grayscale: #646464. Windows color (decimal): -5622609 or 11482282. OLE color: 11482282.

HSL color Cylindrical-coordinate representation of color #AA34AF: hue angle of 297.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA34AF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17052175-
CMYK0.030.7000.31
HSL297.56º54.19%44.51%-
HSV(B)297.56º70.29%68.63%-
XYZ25.5414.141.93-
YUV101.3169.59177-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=42.82%
G=13.10%
B=44.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170521750.030.7000.31297.5654.1944.51
HexAA34AF34601F12a362d
Octal2526425731060374526655
Binary1010101011010010101111111000110011111100101010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA34AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA34AF; }

 p { color: rgb(170,52,175); }

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

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

 a { background-color: rgb(170,52,175); }

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

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

 span { border-color: rgb(170,52,175); }

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