Html Css Color HEX #AA30AA Dark Orchid

📋 copy color: '#AA30AA'

red 170 ◦ green 48 ◦ blue 170

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

Shades of Dark Orchid #AA30AA

Tints of Dark Orchid #AA30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 43.81%
G = 12.37%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA30AA (or 0xAA30AA) is known color: Dark Orchid. HEX triplet: AA, 30 and AA. RGB value is (170,48,170). Sum of RGB (Red+Green+Blue) = 170+48+170=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA30AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30AA is #55CF55. Grayscale: #626262. Windows color (decimal): -5623638 or 11153578. OLE color: 11153578.

HSL color Cylindrical-coordinate representation of color #AA30AA: hue angle of 300º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA30AA is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 170 -
CMYK 0 0.72 0 0.33
HSL 300º 0.56% 0.43% -
HSV(B) 300º 0.72% 0.67% -
XYZ 24.89 13.56 39.34 -
YUV 98.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 170 48 170 0 0.72 0 0.33 300 0.56 0.43
Hex AA 30 AA 0 48 0 21 12C 38 2B
Octal 252 60 252 0 110 0 41 454 70 53
Binary 10101010 110000 10101010 0 1001000 0 100001 100101100 111000 101011

Color Harmonies of #AA30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30AA

Black with #AA30AA

Text Example


Text Example

White with #AA30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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