Html Css Color HEX #AA1DCF Dark Orchid

📋 copy color: '#AA1DCF'

red 170 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #AA1DCF

Tints of Dark Orchid #AA1DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.14%

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 41.87%
G = 7.14%
B = 50.99%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA1DCF (or 0xAA1DCF) is known color: Dark Orchid. HEX triplet: AA, 1D and CF. RGB value is (170,29,207). Sum of RGB (Red+Green+Blue) = 170+29+207=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DCF is #55E230. Grayscale: #5A5A5A. Windows color (decimal): -5628465 or 13573546. OLE color: 13573546.

HSL color Cylindrical-coordinate representation of color #AA1DCF: hue angle of 287.53º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1DCF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 29 207 -
CMYK 0.18 0.86 0 0.19
HSL 287.53º 0.75% 0.46% -
HSV(B) 287.53º 0.86% 0.81% -
XYZ 28.28 13.93 60.23 -
YUV 91.45 193.21 184.03 -
System Red Green Blue C M Y K H S L
Decimal 170 29 207 0.18 0.86 0 0.19 287.53 0.75 0.46
Hex AA 1D CF 12 56 0 13 120 4B 2E
Octal 252 35 317 22 126 0 23 440 113 56
Binary 10101010 11101 11001111 10010 1010110 0 10011 100100000 1001011 101110

Color Harmonies of #AA1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DCF

Black with #AA1DCF

Text Example


Text Example

White with #AA1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DCF; }

 p { color: rgb(170,29,207); }

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

background-color css

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

 a { background-color: rgb(170,29,207); }

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

border-color css

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

 span { border-color: rgb(170,29,207); }

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