Html Css Color HEX #AA1CDC Dark Orchid

📋 copy color: '#AA1CDC'

red 170 ◦ green 28 ◦ blue 220

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

Shades of Dark Orchid #AA1CDC

Tints of Dark Orchid #AA1CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 40.67%
G = 6.7%
B = 52.63%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA1CDC (or 0xAA1CDC) is known color: Dark Orchid. HEX triplet: AA, 1C and DC. RGB value is (170,28,220). Sum of RGB (Red+Green+Blue) = 170+28+220=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA1CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CDC is #55E323. Grayscale: #5B5B5B. Windows color (decimal): -5628708 or 14425258. OLE color: 14425258.

HSL color Cylindrical-coordinate representation of color #AA1CDC: hue angle of 284.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1CDC is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 28 220 -
CMYK 0.23 0.87 0 0.14
HSL 284.38º 0.77% 0.49% -
HSV(B) 284.38º 0.87% 0.86% -
XYZ 29.91 14.54 68.94 -
YUV 92.35 200.04 183.39 -
System Red Green Blue C M Y K H S L
Decimal 170 28 220 0.23 0.87 0 0.14 284.38 0.77 0.49
Hex AA 1C DC 17 57 0 E 11C 4D 31
Octal 252 34 334 27 127 0 16 434 115 61
Binary 10101010 11100 11011100 10111 1010111 0 1110 100011100 1001101 110001

Color Harmonies of #AA1CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CDC

Black with #AA1CDC

Text Example


Text Example

White with #AA1CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CDC; }

 p { color: rgb(170,28,220); }

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

background-color css

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

 a { background-color: rgb(170,28,220); }

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

border-color css

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

 span { border-color: rgb(170,28,220); }

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