Html Css Color HEX #AA1CCD Dark Orchid

📋 copy color: '#AA1CCD'

red 170 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #AA1CCD

Tints of Dark Orchid #AA1CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 42.18%
G = 6.95%
B = 50.87%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA1CCD (or 0xAA1CCD) is known color: Dark Orchid. HEX triplet: AA, 1C and CD. RGB value is (170,28,205). Sum of RGB (Red+Green+Blue) = 170+28+205=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CCD is #55E332. Grayscale: #5A5A5A. Windows color (decimal): -5628723 or 13442218. OLE color: 13442218.

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

Color convert

RGB 170 28 205 -
CMYK 0.17 0.86 0 0.20
HSL 288.14º 0.76% 0.46% -
HSV(B) 288.14º 0.86% 0.8% -
XYZ 28.01 13.78 58.94 -
YUV 90.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 170 28 205 0.17 0.86 0 0.20 288.14 0.76 0.46
Hex AA 1C CD 11 56 0 14 120 4C 2E
Octal 252 34 315 21 126 0 24 440 114 56
Binary 10101010 11100 11001101 10001 1010110 0 10100 100100000 1001100 101110

Color Harmonies of #AA1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CCD

Black with #AA1CCD

Text Example


Text Example

White with #AA1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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