Html Css Color HEX #AA30AB Dark Orchid

📋 copy color: '#AA30AB'

red 170 ◦ green 48 ◦ blue 171

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

Shades of Dark Orchid #AA30AB

Tints of Dark Orchid #AA30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 43.7%
G = 12.34%
B = 43.96%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA30AB (or 0xAA30AB) is known color: Dark Orchid. HEX triplet: AA, 30 and AB. RGB value is (170,48,171). Sum of RGB (Red+Green+Blue) = 170+48+171=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA30AB is #55CF54. Grayscale: #626262. Windows color (decimal): -5623637 or 11219114. OLE color: 11219114.

HSL color Cylindrical-coordinate representation of color #AA30AB: hue angle of 299.51º 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 #AA30AB is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 171 -
CMYK 0.01 0.72 0 0.33
HSL 299.51º 0.56% 0.43% -
HSV(B) 299.51º 0.72% 0.67% -
XYZ 24.99 13.6 39.84 -
YUV 98.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 170 48 171 0.01 0.72 0 0.33 299.51 0.56 0.43
Hex AA 30 AB 1 48 0 21 12C 38 2B
Octal 252 60 253 1 110 0 41 454 70 53
Binary 10101010 110000 10101011 1 1001000 0 100001 100101100 111000 101011

Color Harmonies of #AA30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30AB

Black with #AA30AB

Text Example


Text Example

White with #AA30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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