Html Css Color HEX #AA17B8 Dark Orchid

📋 copy color: '#AA17B8'

red 170 ◦ green 23 ◦ blue 184

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

Shades of Dark Orchid #AA17B8

Tints of Dark Orchid #AA17B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.81%

R = 45.09%
G = 6.1%
B = 48.81%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA17B8 (or 0xAA17B8) is known color: Dark Orchid. HEX triplet: AA, 17 and B8. RGB value is (170,23,184). Sum of RGB (Red+Green+Blue) = 170+23+184=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA17B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17B8 is #55E847. Grayscale: #545454. Windows color (decimal): -5630024 or 12064682. OLE color: 12064682.

HSL color Cylindrical-coordinate representation of color #AA17B8: hue angle of 294.78º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA17B8 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 23 184 -
CMYK 0.08 0.88 0 0.28
HSL 294.78º 0.78% 0.41% -
HSV(B) 294.78º 0.88% 0.72% -
XYZ 25.54 12.62 46.44 -
YUV 85.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 170 23 184 0.08 0.88 0 0.28 294.78 0.78 0.41
Hex AA 17 B8 8 58 0 1C 127 4E 29
Octal 252 27 270 10 130 0 34 447 116 51
Binary 10101010 10111 10111000 1000 1011000 0 11100 100100111 1001110 101001

Color Harmonies of #AA17B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17B8

Black with #AA17B8

Text Example


Text Example

White with #AA17B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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