Html Css Color HEX #AA3CEA Dark Orchid

📋 copy color: '#AA3CEA'

red 170 ◦ green 60 ◦ blue 234

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

Shades of Dark Orchid #AA3CEA

Tints of Dark Orchid #AA3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.93%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 36.64%
G = 12.93%
B = 50.43%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA3CEA (or 0xAA3CEA) is known color: Dark Orchid. HEX triplet: AA, 3C and EA. RGB value is (170,60,234). Sum of RGB (Red+Green+Blue) = 170+60+234=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA3CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CEA is #55C315. Grayscale: #707070. Windows color (decimal): -5620502 or 15350954. OLE color: 15350954.

HSL color Cylindrical-coordinate representation of color #AA3CEA: hue angle of 277.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3CEA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 60 234 -
CMYK 0.27 0.74 0 0.08
HSL 277.93º 0.81% 0.58% -
HSV(B) 277.93º 0.74% 0.92% -
XYZ 33.04 17.72 79.52 -
YUV 112.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 170 60 234 0.27 0.74 0 0.08 277.93 0.81 0.58
Hex AA 3C EA 1B 4A 0 8 116 51 3A
Octal 252 74 352 33 112 0 10 426 121 72
Binary 10101010 111100 11101010 11011 1001010 0 1000 100010110 1010001 111010

Color Harmonies of #AA3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CEA

Black with #AA3CEA

Text Example


Text Example

White with #AA3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CEA; }

 p { color: rgb(170,60,234); }

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

background-color css

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

 a { background-color: rgb(170,60,234); }

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

border-color css

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

 span { border-color: rgb(170,60,234); }

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