Html Css Color HEX #AA17BB Dark Orchid

📋 copy color: '#AA17BB'

red 170 ◦ green 23 ◦ blue 187

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

Shades of Dark Orchid #AA17BB

Tints of Dark Orchid #AA17BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 44.74%
G = 6.05%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA17BB (or 0xAA17BB) is known color: Dark Orchid. HEX triplet: AA, 17 and BB. RGB value is (170,23,187). Sum of RGB (Red+Green+Blue) = 170+23+187=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA17BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17BB is #55E844. Grayscale: #555555. Windows color (decimal): -5630021 or 12261290. OLE color: 12261290.

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

Color convert

RGB 170 23 187 -
CMYK 0.09 0.88 0 0.27
HSL 293.78º 0.78% 0.41% -
HSV(B) 293.78º 0.88% 0.73% -
XYZ 25.85 12.75 48.11 -
YUV 85.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 170 23 187 0.09 0.88 0 0.27 293.78 0.78 0.41
Hex AA 17 BB 9 58 0 1B 126 4E 29
Octal 252 27 273 11 130 0 33 446 116 51
Binary 10101010 10111 10111011 1001 1011000 0 11011 100100110 1001110 101001

Color Harmonies of #AA17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17BB

Black with #AA17BB

Text Example


Text Example

White with #AA17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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