Html Css Color HEX #AA1AC2 Dark Orchid

📋 copy color: '#AA1AC2'

red 170 ◦ green 26 ◦ blue 194

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

Shades of Dark Orchid #AA1AC2

Tints of Dark Orchid #AA1AC2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.67%

 BLUE value IS 194 (76.17% from 255) = 49.74%

R = 43.59%
G = 6.67%
B = 49.74%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA1AC2 (or 0xAA1AC2) is known color: Dark Orchid. HEX triplet: AA, 1A and C2. RGB value is (170,26,194). Sum of RGB (Red+Green+Blue) = 170+26+194=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA1AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AC2 is #55E53D. Grayscale: #575757. Windows color (decimal): -5629246 or 12720810. OLE color: 12720810.

HSL color Cylindrical-coordinate representation of color #AA1AC2: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1AC2 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 26 194 -
CMYK 0.12 0.87 0 0.24
HSL 291.43º 0.76% 0.43% -
HSV(B) 291.43º 0.87% 0.76% -
XYZ 26.68 13.18 52.18 -
YUV 88.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 170 26 194 0.12 0.87 0 0.24 291.43 0.76 0.43
Hex AA 1A C2 C 57 0 18 123 4C 2B
Octal 252 32 302 14 127 0 30 443 114 53
Binary 10101010 11010 11000010 1100 1010111 0 11000 100100011 1001100 101011

Color Harmonies of #AA1AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AC2

Black with #AA1AC2

Text Example


Text Example

White with #AA1AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AC2; }

 p { color: rgb(170,26,194); }

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

background-color css

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

 a { background-color: rgb(170,26,194); }

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

border-color css

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

 span { border-color: rgb(170,26,194); }

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