Html Css Color HEX #AA3EE1 Dark Orchid

📋 copy color: '#AA3EE1'

red 170 ◦ green 62 ◦ blue 225

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

Shades of Dark Orchid #AA3EE1

Tints of Dark Orchid #AA3EE1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.57%

 BLUE value IS 225 (88.28% from 255) = 49.23%

R = 37.2%
G = 13.57%
B = 49.23%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA3EE1 (or 0xAA3EE1) is known color: Dark Orchid. HEX triplet: AA, 3E and E1. RGB value is (170,62,225). Sum of RGB (Red+Green+Blue) = 170+62+225=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA3EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EE1 is #55C11E. Grayscale: #707070. Windows color (decimal): -5619999 or 14761642. OLE color: 14761642.

HSL color Cylindrical-coordinate representation of color #AA3EE1: hue angle of 279.75º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3EE1 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 62 225 -
CMYK 0.24 0.72 0 0.12
HSL 279.75º 0.73% 0.56% -
HSV(B) 279.75º 0.72% 0.88% -
XYZ 31.89 17.43 72.92 -
YUV 112.87 191.28 168.75 -
System Red Green Blue C M Y K H S L
Decimal 170 62 225 0.24 0.72 0 0.12 279.75 0.73 0.56
Hex AA 3E E1 18 48 0 C 118 49 38
Octal 252 76 341 30 110 0 14 430 111 70
Binary 10101010 111110 11100001 11000 1001000 0 1100 100011000 1001001 111000

Color Harmonies of #AA3EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EE1

Black with #AA3EE1

Text Example


Text Example

White with #AA3EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EE1; }

 p { color: rgb(170,62,225); }

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

background-color css

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

 a { background-color: rgb(170,62,225); }

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

border-color css

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

 span { border-color: rgb(170,62,225); }

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