Html Css Color HEX #AA30AD Dark Orchid

📋 copy color: '#AA30AD'

red 170 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #AA30AD

Tints of Dark Orchid #AA30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 43.48%
G = 12.28%
B = 44.25%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA30AD (or 0xAA30AD) is known color: Dark Orchid. HEX triplet: AA, 30 and AD. RGB value is (170,48,173). Sum of RGB (Red+Green+Blue) = 170+48+173=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30AD is #55CF52. Grayscale: #626262. Windows color (decimal): -5623635 or 11350186. OLE color: 11350186.

HSL color Cylindrical-coordinate representation of color #AA30AD: hue angle of 298.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA30AD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 48 173 -
CMYK 0.02 0.72 0 0.32
HSL 298.56º 0.57% 0.43% -
HSV(B) 298.56º 0.72% 0.68% -
XYZ 25.18 13.68 40.85 -
YUV 98.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 170 48 173 0.02 0.72 0 0.32 298.56 0.57 0.43
Hex AA 30 AD 2 48 0 20 12B 39 2B
Octal 252 60 255 2 110 0 40 453 71 53
Binary 10101010 110000 10101101 10 1001000 0 100000 100101011 111001 101011

Color Harmonies of #AA30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30AD

Black with #AA30AD

Text Example


Text Example

White with #AA30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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