Html Css Color HEX #AA1CDD Dark Orchid

📋 copy color: '#AA1CDD'

red 170 ◦ green 28 ◦ blue 221

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

Shades of Dark Orchid #AA1CDD

Tints of Dark Orchid #AA1CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 40.57%
G = 6.68%
B = 52.74%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA1CDD (or 0xAA1CDD) is known color: Dark Orchid. HEX triplet: AA, 1C and DD. RGB value is (170,28,221). Sum of RGB (Red+Green+Blue) = 170+28+221=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA1CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CDD is #55E322. Grayscale: #5B5B5B. Windows color (decimal): -5628707 or 14490794. OLE color: 14490794.

HSL color Cylindrical-coordinate representation of color #AA1CDD: hue angle of 284.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1CDD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 28 221 -
CMYK 0.23 0.87 0 0.13
HSL 284.15º 0.78% 0.49% -
HSV(B) 284.15º 0.87% 0.87% -
XYZ 30.04 14.6 69.64 -
YUV 92.46 200.54 183.31 -
System Red Green Blue C M Y K H S L
Decimal 170 28 221 0.23 0.87 0 0.13 284.15 0.78 0.49
Hex AA 1C DD 17 57 0 D 11C 4E 31
Octal 252 34 335 27 127 0 15 434 116 61
Binary 10101010 11100 11011101 10111 1010111 0 1101 100011100 1001110 110001

Color Harmonies of #AA1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CDD

Black with #AA1CDD

Text Example


Text Example

White with #AA1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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