Html Css Color HEX #AA17BE Dark Orchid

📋 copy color: '#AA17BE'

red 170 ◦ green 23 ◦ blue 190

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

Shades of Dark Orchid #AA17BE

Tints of Dark Orchid #AA17BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 44.39%
G = 6.01%
B = 49.61%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA17BE (or 0xAA17BE) is known color: Dark Orchid. HEX triplet: AA, 17 and BE. RGB value is (170,23,190). Sum of RGB (Red+Green+Blue) = 170+23+190=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA17BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BE is #55E841. Grayscale: #555555. Windows color (decimal): -5630018 or 12457898. OLE color: 12457898.

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

Color convert

RGB 170 23 190 -
CMYK 0.11 0.88 0 0.25
HSL 292.81º 0.78% 0.42% -
HSV(B) 292.81º 0.88% 0.75% -
XYZ 26.18 12.88 49.82 -
YUV 85.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 170 23 190 0.11 0.88 0 0.25 292.81 0.78 0.42
Hex AA 17 BE B 58 0 19 125 4E 2A
Octal 252 27 276 13 130 0 31 445 116 52
Binary 10101010 10111 10111110 1011 1011000 0 11001 100100101 1001110 101010

Color Harmonies of #AA17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17BE

Black with #AA17BE

Text Example


Text Example

White with #AA17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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