Html Css Color HEX #AA18BC Dark Orchid

📋 copy color: '#AA18BC'

red 170 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #AA18BC

Tints of Dark Orchid #AA18BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 44.5%
G = 6.28%
B = 49.21%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA18BC (or 0xAA18BC) is known color: Dark Orchid. HEX triplet: AA, 18 and BC. RGB value is (170,24,188). Sum of RGB (Red+Green+Blue) = 170+24+188=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA18BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18BC is #55E743. Grayscale: #555555. Windows color (decimal): -5629764 or 12327082. OLE color: 12327082.

HSL color Cylindrical-coordinate representation of color #AA18BC: hue angle of 293.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA18BC is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 24 188 -
CMYK 0.10 0.87 0 0.26
HSL 293.41º 0.77% 0.42% -
HSV(B) 293.41º 0.87% 0.74% -
XYZ 25.98 12.83 48.68 -
YUV 86.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 170 24 188 0.10 0.87 0 0.26 293.41 0.77 0.42
Hex AA 18 BC A 57 0 1A 125 4D 2A
Octal 252 30 274 12 127 0 32 445 115 52
Binary 10101010 11000 10111100 1010 1010111 0 11010 100100101 1001101 101010

Color Harmonies of #AA18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA18BC

Black with #AA18BC

Text Example


Text Example

White with #AA18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA18BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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