Html Css Color HEX #AA3ABA Dark Orchid

📋 copy color: '#AA3ABA'

red 170 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #AA3ABA

Tints of Dark Orchid #AA3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.01%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 41.06%
G = 14.01%
B = 44.93%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3ABA (or 0xAA3ABA) is known color: Dark Orchid. HEX triplet: AA, 3A and BA. RGB value is (170,58,186). Sum of RGB (Red+Green+Blue) = 170+58+186=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABA is #55C545. Grayscale: #696969. Windows color (decimal): -5621062 or 12204714. OLE color: 12204714.

HSL color Cylindrical-coordinate representation of color #AA3ABA: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3ABA is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 58 186 -
CMYK 0.09 0.69 0 0.27
HSL 292.5º 0.52% 0.48% -
HSV(B) 292.5º 0.69% 0.73% -
XYZ 26.95 15.12 47.95 -
YUV 106.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 170 58 186 0.09 0.69 0 0.27 292.5 0.52 0.48
Hex AA 3A BA 9 45 0 1B 124 34 30
Octal 252 72 272 11 105 0 33 444 64 60
Binary 10101010 111010 10111010 1001 1000101 0 11011 100100100 110100 110000

Color Harmonies of #AA3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ABA

Black with #AA3ABA

Text Example


Text Example

White with #AA3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ABA; }

 p { color: rgb(170,58,186); }

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

background-color css

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

 a { background-color: rgb(170,58,186); }

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

border-color css

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

 span { border-color: rgb(170,58,186); }

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