Html Css Color HEX #AA30BD Dark Orchid

📋 copy color: '#AA30BD'

red 170 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #AA30BD

Tints of Dark Orchid #AA30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 41.77%
G = 11.79%
B = 46.44%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA30BD (or 0xAA30BD) is known color: Dark Orchid. HEX triplet: AA, 30 and BD. RGB value is (170,48,189). Sum of RGB (Red+Green+Blue) = 170+48+189=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA30BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30BD is #55CF42. Grayscale: #646464. Windows color (decimal): -5623619 or 12398762. OLE color: 12398762.

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

Color convert

RGB 170 48 189 -
CMYK 0.10 0.75 0 0.26
HSL 291.91º 0.59% 0.46% -
HSV(B) 291.91º 0.75% 0.74% -
XYZ 26.82 14.33 49.5 -
YUV 100.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 170 48 189 0.10 0.75 0 0.26 291.91 0.59 0.46
Hex AA 30 BD A 4B 0 1A 124 3B 2E
Octal 252 60 275 12 113 0 32 444 73 56
Binary 10101010 110000 10111101 1010 1001011 0 11010 100100100 111011 101110

Color Harmonies of #AA30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30BD

Black with #AA30BD

Text Example


Text Example

White with #AA30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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