Html Css Color HEX #AA30B6 Dark Orchid

📋 copy color: '#AA30B6'

red 170 ◦ green 48 ◦ blue 182

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

Shades of Dark Orchid #AA30B6

Tints of Dark Orchid #AA30B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 42.5%
G = 12%
B = 45.5%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA30B6 (or 0xAA30B6) is known color: Dark Orchid. HEX triplet: AA, 30 and B6. RGB value is (170,48,182). Sum of RGB (Red+Green+Blue) = 170+48+182=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA30B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30B6 is #55CF49. Grayscale: #636363. Windows color (decimal): -5623626 or 11940010. OLE color: 11940010.

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

Color convert

RGB 170 48 182 -
CMYK 0.07 0.74 0 0.29
HSL 294.63º 0.58% 0.45% -
HSV(B) 294.63º 0.74% 0.71% -
XYZ 26.08 14.04 45.59 -
YUV 99.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 170 48 182 0.07 0.74 0 0.29 294.63 0.58 0.45
Hex AA 30 B6 7 4A 0 1D 127 3A 2D
Octal 252 60 266 7 112 0 35 447 72 55
Binary 10101010 110000 10110110 111 1001010 0 11101 100100111 111010 101101

Color Harmonies of #AA30B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30B6

Black with #AA30B6

Text Example


Text Example

White with #AA30B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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