Html Css Color HEX #AA1CCC Dark Orchid

📋 copy color: '#AA1CCC'

red 170 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #AA1CCC

Tints of Dark Orchid #AA1CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 42.29%
G = 6.97%
B = 50.75%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA1CCC (or 0xAA1CCC) is known color: Dark Orchid. HEX triplet: AA, 1C and CC. RGB value is (170,28,204). Sum of RGB (Red+Green+Blue) = 170+28+204=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CCC is #55E333. Grayscale: #595959. Windows color (decimal): -5628724 or 13376682. OLE color: 13376682.

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

Color convert

RGB 170 28 204 -
CMYK 0.17 0.86 0 0.2
HSL 288.41º 0.76% 0.45% -
HSV(B) 288.41º 0.86% 0.8% -
XYZ 27.89 13.74 58.31 -
YUV 90.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 170 28 204 0.17 0.86 0 0.2 288.41 0.76 0.45
Hex AA 1C CC 11 56 0 14 120 4C 2D
Octal 252 34 314 21 126 0 24 440 114 55
Binary 10101010 11100 11001100 10001 1010110 0 10100 100100000 1001100 101101

Color Harmonies of #AA1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CCC

Black with #AA1CCC

Text Example


Text Example

White with #AA1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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