Html Css Color HEX #AA1ADA Dark Orchid

📋 copy color: '#AA1ADA'

red 170 ◦ green 26 ◦ blue 218

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

Shades of Dark Orchid #AA1ADA

Tints of Dark Orchid #AA1ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 41.06%
G = 6.28%
B = 52.66%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA1ADA (or 0xAA1ADA) is known color: Dark Orchid. HEX triplet: AA, 1A and DA. RGB value is (170,26,218). Sum of RGB (Red+Green+Blue) = 170+26+218=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA1ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ADA is #55E525. Grayscale: #5A5A5A. Windows color (decimal): -5629222 or 14293674. OLE color: 14293674.

HSL color Cylindrical-coordinate representation of color #AA1ADA: hue angle of 285º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1ADA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 26 218 -
CMYK 0.22 0.88 0 0.15
HSL 285º 0.79% 0.48% -
HSV(B) 285º 0.88% 0.85% -
XYZ 29.6 14.35 67.54 -
YUV 90.94 199.71 184.39 -
System Red Green Blue C M Y K H S L
Decimal 170 26 218 0.22 0.88 0 0.15 285 0.79 0.48
Hex AA 1A DA 16 58 0 F 11D 4F 30
Octal 252 32 332 26 130 0 17 435 117 60
Binary 10101010 11010 11011010 10110 1011000 0 1111 100011101 1001111 110000

Color Harmonies of #AA1ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ADA

Black with #AA1ADA

Text Example


Text Example

White with #AA1ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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