Html Css Color HEX #AA2FCE Dark Orchid

📋 copy color: '#AA2FCE'

red 170 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #AA2FCE

Tints of Dark Orchid #AA2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.11%

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

R = 40.19%
G = 11.11%
B = 48.7%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA2FCE (or 0xAA2FCE) is known color: Dark Orchid. HEX triplet: AA, 2F and CE. RGB value is (170,47,206). Sum of RGB (Red+Green+Blue) = 170+47+206=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA2FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FCE is #55D031. Grayscale: #656565. Windows color (decimal): -5623858 or 13512618. OLE color: 13512618.

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

Color convert

RGB 170 47 206 -
CMYK 0.17 0.77 0 0.19
HSL 286.42º 0.63% 0.5% -
HSV(B) 286.42º 0.77% 0.81% -
XYZ 28.73 15.04 59.78 -
YUV 101.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 170 47 206 0.17 0.77 0 0.19 286.42 0.63 0.5
Hex AA 2F CE 11 4D 0 13 11E 3F 32
Octal 252 57 316 21 115 0 23 436 77 62
Binary 10101010 101111 11001110 10001 1001101 0 10011 100011110 111111 110010

Color Harmonies of #AA2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FCE

Black with #AA2FCE

Text Example


Text Example

White with #AA2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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