Html Css Color HEX #AA18BE Dark Orchid

📋 copy color: '#AA18BE'

red 170 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #AA18BE

Tints of Dark Orchid #AA18BE

RGB

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

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

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

R = 44.27%
G = 6.25%
B = 49.48%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA18BE (or 0xAA18BE) is known color: Dark Orchid. HEX triplet: AA, 18 and BE. RGB value is (170,24,190). Sum of RGB (Red+Green+Blue) = 170+24+190=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18BE is #55E741. Grayscale: #565656. Windows color (decimal): -5629762 or 12458154. OLE color: 12458154.

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

Color convert

RGB 170 24 190 -
CMYK 0.11 0.87 0 0.25
HSL 292.77º 0.78% 0.42% -
HSV(B) 292.77º 0.87% 0.75% -
XYZ 26.2 12.92 49.83 -
YUV 86.58 186.37 187.5 -
System Red Green Blue C M Y K H S L
Decimal 170 24 190 0.11 0.87 0 0.25 292.77 0.78 0.42
Hex AA 18 BE B 57 0 19 125 4E 2A
Octal 252 30 276 13 127 0 31 445 116 52
Binary 10101010 11000 10111110 1011 1010111 0 11001 100100101 1001110 101010

Color Harmonies of #AA18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18BE

Black with #AA18BE

Text Example


Text Example

White with #AA18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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