#AE22C7

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

Shades of Dark Orchid #AE22C7

Tints of Dark Orchid #AE22C7

Color information

#AE22C7 (or 0xAE22C7) is unknown color: approx Dark Orchid. HEX triplet: AE, 22 and C7. RGB value is (174,34,199). Sum of RGB (Red+Green+Blue) = 174+34+199=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #AE22C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE22C7 is #51DD38. Grayscale: #5E5E5E. Windows color (decimal): -5365049 or 13050542. OLE color: 13050542.

HSL color Cylindrical-coordinate representation of color #AE22C7: hue angle of 290.91º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE22C7 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17434199-
CMYK0.130.8300.22
HSL290.91º70.82%45.69%-
HSV(B)290.91º82.91%78.04%-
XYZ28.3414.2755.29-
YUV94.67186.88184.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 34 (13.67% from 255) = 8.35%
BLUE value IS 199 (78.12% from 255) = 48.89%
R=42.75%
G=8.35%
B=48.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174341990.130.8300.22290.9170.8245.69
HexAE22C7D53016123472e
Octal256423071512302644310756
Binary1010111010001011000111110110100110101101001000111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE22C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE22C7; }

 p { color: rgb(174,34,199); }

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

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

 a { background-color: rgb(174,34,199); }

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

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

 span { border-color: rgb(174,34,199); }

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