Html Css Color HEX #AA1FCE Dark Orchid

📋 copy color: '#AA1FCE'

red 170 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #AA1FCE

Tints of Dark Orchid #AA1FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 41.77%
G = 7.62%
B = 50.61%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA1FCE (or 0xAA1FCE) is known color: Dark Orchid. HEX triplet: AA, 1F and CE. RGB value is (170,31,206). Sum of RGB (Red+Green+Blue) = 170+31+206=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1FCE is #55E031. Grayscale: #5B5B5B. Windows color (decimal): -5627954 or 13508522. OLE color: 13508522.

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

Color convert

RGB 170 31 206 -
CMYK 0.17 0.85 0 0.19
HSL 287.66º 0.74% 0.46% -
HSV(B) 287.66º 0.85% 0.81% -
XYZ 28.21 13.98 59.6 -
YUV 92.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 170 31 206 0.17 0.85 0 0.19 287.66 0.74 0.46
Hex AA 1F CE 11 55 0 13 120 4A 2E
Octal 252 37 316 21 125 0 23 440 112 56
Binary 10101010 11111 11001110 10001 1010101 0 10011 100100000 1001010 101110

Color Harmonies of #AA1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FCE

Black with #AA1FCE

Text Example


Text Example

White with #AA1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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