Html Css Color HEX #AA18B7 Dark Orchid

📋 copy color: '#AA18B7'

red 170 ◦ green 24 ◦ blue 183

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

Shades of Dark Orchid #AA18B7

Tints of Dark Orchid #AA18B7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.37%

 BLUE value IS 183 (71.88% from 255) = 48.54%

R = 45.09%
G = 6.37%
B = 48.54%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA18B7 (or 0xAA18B7) is known color: Dark Orchid. HEX triplet: AA, 18 and B7. RGB value is (170,24,183). Sum of RGB (Red+Green+Blue) = 170+24+183=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA18B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18B7 is #55E748. Grayscale: #555555. Windows color (decimal): -5629769 or 11999402. OLE color: 11999402.

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

Color convert

RGB 170 24 183 -
CMYK 0.07 0.87 0 0.28
HSL 295.09º 0.77% 0.41% -
HSV(B) 295.09º 0.87% 0.72% -
XYZ 25.45 12.62 45.89 -
YUV 85.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 170 24 183 0.07 0.87 0 0.28 295.09 0.77 0.41
Hex AA 18 B7 7 57 0 1C 127 4D 29
Octal 252 30 267 7 127 0 34 447 115 51
Binary 10101010 11000 10110111 111 1010111 0 11100 100100111 1001101 101001

Color Harmonies of #AA18B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18B7

Black with #AA18B7

Text Example


Text Example

White with #AA18B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18B7; }

 p { color: rgb(170,24,183); }

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

background-color css

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

 a { background-color: rgb(170,24,183); }

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

border-color css

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

 span { border-color: rgb(170,24,183); }

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