Html Css Color HEX #AA1CCE Dark Orchid

📋 copy color: '#AA1CCE'

red 170 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #AA1CCE

Tints of Dark Orchid #AA1CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 42.08%
G = 6.93%
B = 50.99%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA1CCE (or 0xAA1CCE) is known color: Dark Orchid. HEX triplet: AA, 1C and CE. RGB value is (170,28,206). Sum of RGB (Red+Green+Blue) = 170+28+206=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CCE is #55E331. Grayscale: #5A5A5A. Windows color (decimal): -5628722 or 13507754. OLE color: 13507754.

HSL color Cylindrical-coordinate representation of color #AA1CCE: hue angle of 287.87º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1CCE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 28 206 -
CMYK 0.17 0.86 0 0.19
HSL 287.87º 0.76% 0.46% -
HSV(B) 287.87º 0.86% 0.81% -
XYZ 28.13 13.83 59.58 -
YUV 90.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 170 28 206 0.17 0.86 0 0.19 287.87 0.76 0.46
Hex AA 1C CE 11 56 0 13 120 4C 2E
Octal 252 34 316 21 126 0 23 440 114 56
Binary 10101010 11100 11001110 10001 1010110 0 10011 100100000 1001100 101110

Color Harmonies of #AA1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CCE

Black with #AA1CCE

Text Example


Text Example

White with #AA1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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