Html Css Color HEX #AA16C0 Dark Orchid

📋 copy color: '#AA16C0'

red 170 ◦ green 22 ◦ blue 192

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

Shades of Dark Orchid #AA16C0

Tints of Dark Orchid #AA16C0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.73%

 BLUE value IS 192 (75.39% from 255) = 50%

R = 44.27%
G = 5.73%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA16C0 (or 0xAA16C0) is known color: Dark Orchid. HEX triplet: AA, 16 and C0. RGB value is (170,22,192). Sum of RGB (Red+Green+Blue) = 170+22+192=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA16C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16C0 is #55E93F. Grayscale: #555555. Windows color (decimal): -5630272 or 12588714. OLE color: 12588714.

HSL color Cylindrical-coordinate representation of color #AA16C0: hue angle of 292.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16C0 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 22 192 -
CMYK 0.11 0.89 0 0.25
HSL 292.24º 0.79% 0.42% -
HSV(B) 292.24º 0.89% 0.75% -
XYZ 26.38 12.93 50.97 -
YUV 85.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 170 22 192 0.11 0.89 0 0.25 292.24 0.79 0.42
Hex AA 16 C0 B 59 0 19 124 4F 2A
Octal 252 26 300 13 131 0 31 444 117 52
Binary 10101010 10110 11000000 1011 1011001 0 11001 100100100 1001111 101010

Color Harmonies of #AA16C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16C0

Black with #AA16C0

Text Example


Text Example

White with #AA16C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16C0; }

 p { color: rgb(170,22,192); }

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

background-color css

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

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

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

border-color css

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

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

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