Html Css Color HEX #AA17C1 Dark Orchid

📋 copy color: '#AA17C1'

red 170 ◦ green 23 ◦ blue 193

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

Shades of Dark Orchid #AA17C1

Tints of Dark Orchid #AA17C1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.96%

 BLUE value IS 193 (75.78% from 255) = 50%

R = 44.04%
G = 5.96%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA17C1 (or 0xAA17C1) is known color: Dark Orchid. HEX triplet: AA, 17 and C1. RGB value is (170,23,193). Sum of RGB (Red+Green+Blue) = 170+23+193=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA17C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17C1 is #55E83E. Grayscale: #555555. Windows color (decimal): -5630015 or 12654506. OLE color: 12654506.

HSL color Cylindrical-coordinate representation of color #AA17C1: hue angle of 291.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA17C1 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 23 193 -
CMYK 0.12 0.88 0 0.24
HSL 291.88º 0.79% 0.42% -
HSV(B) 291.88º 0.88% 0.76% -
XYZ 26.51 13.01 51.57 -
YUV 86.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 170 23 193 0.12 0.88 0 0.24 291.88 0.79 0.42
Hex AA 17 C1 C 58 0 18 124 4F 2A
Octal 252 27 301 14 130 0 30 444 117 52
Binary 10101010 10111 11000001 1100 1011000 0 11000 100100100 1001111 101010

Color Harmonies of #AA17C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17C1

Black with #AA17C1

Text Example


Text Example

White with #AA17C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17C1; }

 p { color: rgb(170,23,193); }

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

background-color css

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

 a { background-color: rgb(170,23,193); }

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

border-color css

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

 span { border-color: rgb(170,23,193); }

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