Html Css Color HEX #AA17BD Dark Orchid

📋 copy color: '#AA17BD'

red 170 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #AA17BD

Tints of Dark Orchid #AA17BD

RGB

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

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

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

R = 44.5%
G = 6.02%
B = 49.48%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA17BD (or 0xAA17BD) is known color: Dark Orchid. HEX triplet: AA, 17 and BD. RGB value is (170,23,189). Sum of RGB (Red+Green+Blue) = 170+23+189=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BD is #55E842. Grayscale: #555555. Windows color (decimal): -5630019 or 12392362. OLE color: 12392362.

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

Color convert

RGB 170 23 189 -
CMYK 0.10 0.88 0 0.26
HSL 293.13º 0.78% 0.42% -
HSV(B) 293.13º 0.88% 0.74% -
XYZ 26.07 12.83 49.25 -
YUV 85.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 170 23 189 0.10 0.88 0 0.26 293.13 0.78 0.42
Hex AA 17 BD A 58 0 1A 125 4E 2A
Octal 252 27 275 12 130 0 32 445 116 52
Binary 10101010 10111 10111101 1010 1011000 0 11010 100100101 1001110 101010

Color Harmonies of #AA17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17BD

Black with #AA17BD

Text Example


Text Example

White with #AA17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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