Html Css Color HEX #AA1FCC Dark Orchid

📋 copy color: '#AA1FCC'

red 170 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #AA1FCC

Tints of Dark Orchid #AA1FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 41.98%
G = 7.65%
B = 50.37%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA1FCC (or 0xAA1FCC) is known color: Dark Orchid. HEX triplet: AA, 1F and CC. RGB value is (170,31,204). Sum of RGB (Red+Green+Blue) = 170+31+204=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA1FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FCC is #55E033. Grayscale: #5B5B5B. Windows color (decimal): -5627956 or 13377450. OLE color: 13377450.

HSL color Cylindrical-coordinate representation of color #AA1FCC: hue angle of 288.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1FCC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 31 204 -
CMYK 0.17 0.85 0 0.2
HSL 288.21º 0.74% 0.46% -
HSV(B) 288.21º 0.85% 0.8% -
XYZ 27.97 13.89 58.33 -
YUV 92.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 170 31 204 0.17 0.85 0 0.2 288.21 0.74 0.46
Hex AA 1F CC 11 55 0 14 120 4A 2E
Octal 252 37 314 21 125 0 24 440 112 56
Binary 10101010 11111 11001100 10001 1010101 0 10100 100100000 1001010 101110

Color Harmonies of #AA1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FCC

Black with #AA1FCC

Text Example


Text Example

White with #AA1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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