Html Css Color HEX #AA1CCA Dark Orchid

📋 copy color: '#AA1CCA'

red 170 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #AA1CCA

Tints of Dark Orchid #AA1CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 42.5%
G = 7%
B = 50.5%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA1CCA (or 0xAA1CCA) is known color: Dark Orchid. HEX triplet: AA, 1C and CA. RGB value is (170,28,202). Sum of RGB (Red+Green+Blue) = 170+28+202=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA1CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CCA is #55E335. Grayscale: #595959. Windows color (decimal): -5628726 or 13245610. OLE color: 13245610.

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

Color convert

RGB 170 28 202 -
CMYK 0.16 0.86 0 0.21
HSL 288.97º 0.76% 0.45% -
HSV(B) 288.97º 0.86% 0.79% -
XYZ 27.65 13.64 57.05 -
YUV 90.29 191.04 184.85 -
System Red Green Blue C M Y K H S L
Decimal 170 28 202 0.16 0.86 0 0.21 288.97 0.76 0.45
Hex AA 1C CA 10 56 0 15 121 4C 2D
Octal 252 34 312 20 126 0 25 441 114 55
Binary 10101010 11100 11001010 10000 1010110 0 10101 100100001 1001100 101101

Color Harmonies of #AA1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CCA

Black with #AA1CCA

Text Example


Text Example

White with #AA1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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