Html Css Color HEX #AA32E9 Dark Orchid

📋 copy color: '#AA32E9'

red 170 ◦ green 50 ◦ blue 233

#AA32E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AA32E9

Tints of Dark Orchid #AA32E9

RGB

 RED value IS 170 (66.8% from 255) = 37.53%

 GREEN value IS 50 (19.92% from 255) = 11.04%

 BLUE value IS 233 (91.41% from 255) = 51.43%

R = 37.53%
G = 11.04%
B = 51.43%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA32E9 (or 0xAA32E9) is known color: Dark Orchid. HEX triplet: AA, 32 and E9. RGB value is (170,50,233). Sum of RGB (Red+Green+Blue) = 170+50+233=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA32E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32E9 is #55CD16. Grayscale: #6A6A6A. Windows color (decimal): -5623063 or 15282858. OLE color: 15282858.

HSL color Cylindrical-coordinate representation of color #AA32E9: hue angle of 279.34º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA32E9 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 50 233 -
CMYK 0.27 0.79 0 0.09
HSL 279.34º 0.81% 0.55% -
HSV(B) 279.34º 0.79% 0.91% -
XYZ 32.43 16.71 78.61 -
YUV 106.74 199.26 173.12 -
System Red Green Blue C M Y K H S L
Decimal 170 50 233 0.27 0.79 0 0.09 279.34 0.81 0.55
Hex AA 32 E9 1B 4F 0 9 117 51 37
Octal 252 62 351 33 117 0 11 427 121 67
Binary 10101010 110010 11101001 11011 1001111 0 1001 100010111 1010001 110111

Color Harmonies of #AA32E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32E9

Black with #AA32E9

Text Example


Text Example

White with #AA32E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32E9; }

 p { color: rgb(170,50,233); }

 H1.HeaderClassName
 {
   color: #AA32E9;
 }
 .AnyTagClassName
 {
   color: #AA32E9;
 }
</style>

background-color css

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

 a { background-color: rgb(170,50,233); }

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

border-color css

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

 span { border-color: rgb(170,50,233); }

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