Html Css Color HEX #AA30B5 Dark Orchid

📋 copy color: '#AA30B5'

red 170 ◦ green 48 ◦ blue 181

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

Shades of Dark Orchid #AA30B5

Tints of Dark Orchid #AA30B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.36%

R = 42.61%
G = 12.03%
B = 45.36%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA30B5 (or 0xAA30B5) is known color: Dark Orchid. HEX triplet: AA, 30 and B5. RGB value is (170,48,181). Sum of RGB (Red+Green+Blue) = 170+48+181=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA30B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30B5 is #55CF4A. Grayscale: #636363. Windows color (decimal): -5623627 or 11874474. OLE color: 11874474.

HSL color Cylindrical-coordinate representation of color #AA30B5: hue angle of 295.04º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA30B5 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 48 181 -
CMYK 0.06 0.73 0 0.29
HSL 295.04º 0.58% 0.45% -
HSV(B) 295.04º 0.73% 0.71% -
XYZ 25.98 14 45.05 -
YUV 99.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 170 48 181 0.06 0.73 0 0.29 295.04 0.58 0.45
Hex AA 30 B5 6 49 0 1D 127 3A 2D
Octal 252 60 265 6 111 0 35 447 72 55
Binary 10101010 110000 10110101 110 1001001 0 11101 100100111 111010 101101

Color Harmonies of #AA30B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30B5

Black with #AA30B5

Text Example


Text Example

White with #AA30B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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