Html Css Color HEX #AA1FDC Dark Orchid

📋 copy color: '#AA1FDC'

red 170 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #AA1FDC

Tints of Dark Orchid #AA1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.36%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 40.38%
G = 7.36%
B = 52.26%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA1FDC (or 0xAA1FDC) is known color: Dark Orchid. HEX triplet: AA, 1F and DC. RGB value is (170,31,220). Sum of RGB (Red+Green+Blue) = 170+31+220=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FDC is #55E023. Grayscale: #5D5D5D. Windows color (decimal): -5627940 or 14426026. OLE color: 14426026.

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

Color convert

RGB 170 31 220 -
CMYK 0.23 0.86 0 0.14
HSL 284.13º 0.75% 0.49% -
HSV(B) 284.13º 0.86% 0.86% -
XYZ 29.99 14.69 68.97 -
YUV 94.11 199.05 182.13 -
System Red Green Blue C M Y K H S L
Decimal 170 31 220 0.23 0.86 0 0.14 284.13 0.75 0.49
Hex AA 1F DC 17 56 0 E 11C 4B 31
Octal 252 37 334 27 126 0 16 434 113 61
Binary 10101010 11111 11011100 10111 1010110 0 1110 100011100 1001011 110001

Color Harmonies of #AA1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FDC

Black with #AA1FDC

Text Example


Text Example

White with #AA1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FDC; }

 p { color: rgb(170,31,220); }

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

background-color css

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

 a { background-color: rgb(170,31,220); }

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

border-color css

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

 span { border-color: rgb(170,31,220); }

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