Html Css Color HEX #AA3BEA Dark Orchid

📋 copy color: '#AA3BEA'

red 170 ◦ green 59 ◦ blue 234

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

Shades of Dark Orchid #AA3BEA

Tints of Dark Orchid #AA3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

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

R = 36.72%
G = 12.74%
B = 50.54%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA3BEA (or 0xAA3BEA) is known color: Dark Orchid. HEX triplet: AA, 3B and EA. RGB value is (170,59,234). Sum of RGB (Red+Green+Blue) = 170+59+234=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA3BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3BEA is #55C415. Grayscale: #6F6F6F. Windows color (decimal): -5620758 or 15350698. OLE color: 15350698.

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

Color convert

RGB 170 59 234 -
CMYK 0.27 0.75 0 0.08
HSL 278.06º 0.81% 0.57% -
HSV(B) 278.06º 0.75% 0.92% -
XYZ 32.99 17.61 79.5 -
YUV 112.14 196.77 169.27 -
System Red Green Blue C M Y K H S L
Decimal 170 59 234 0.27 0.75 0 0.08 278.06 0.81 0.57
Hex AA 3B EA 1B 4B 0 8 116 51 39
Octal 252 73 352 33 113 0 10 426 121 71
Binary 10101010 111011 11101010 11011 1001011 0 1000 100010110 1010001 111001

Color Harmonies of #AA3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BEA

Black with #AA3BEA

Text Example


Text Example

White with #AA3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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