Html Css Color HEX #AA30BA Dark Orchid

📋 copy color: '#AA30BA'

red 170 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #AA30BA

Tints of Dark Orchid #AA30BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.88%

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

R = 42.08%
G = 11.88%
B = 46.04%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA30BA (or 0xAA30BA) is known color: Dark Orchid. HEX triplet: AA, 30 and BA. RGB value is (170,48,186). Sum of RGB (Red+Green+Blue) = 170+48+186=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA30BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BA is #55CF45. Grayscale: #636363. Windows color (decimal): -5623622 or 12202154. OLE color: 12202154.

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

Color convert

RGB 170 48 186 -
CMYK 0.09 0.74 0 0.27
HSL 293.04º 0.59% 0.46% -
HSV(B) 293.04º 0.74% 0.73% -
XYZ 26.5 14.21 47.8 -
YUV 100.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 170 48 186 0.09 0.74 0 0.27 293.04 0.59 0.46
Hex AA 30 BA 9 4A 0 1B 125 3B 2E
Octal 252 60 272 11 112 0 33 445 73 56
Binary 10101010 110000 10111010 1001 1001010 0 11011 100100101 111011 101110

Color Harmonies of #AA30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30BA

Black with #AA30BA

Text Example


Text Example

White with #AA30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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