Html Css Color HEX #AA3FCE Dark Orchid

📋 copy color: '#AA3FCE'

red 170 ◦ green 63 ◦ blue 206

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

Shades of Dark Orchid #AA3FCE

Tints of Dark Orchid #AA3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

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

R = 38.72%
G = 14.35%
B = 46.92%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3FCE (or 0xAA3FCE) is known color: Dark Orchid. HEX triplet: AA, 3F and CE. RGB value is (170,63,206). Sum of RGB (Red+Green+Blue) = 170+63+206=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FCE is #55C031. Grayscale: #6E6E6E. Windows color (decimal): -5619762 or 13516714. OLE color: 13516714.

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

Color convert

RGB 170 63 206 -
CMYK 0.17 0.69 0 0.19
HSL 284.9º 0.59% 0.53% -
HSV(B) 284.9º 0.69% 0.81% -
XYZ 29.5 16.56 60.03 -
YUV 111.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 170 63 206 0.17 0.69 0 0.19 284.9 0.59 0.53
Hex AA 3F CE 11 45 0 13 11D 3B 35
Octal 252 77 316 21 105 0 23 435 73 65
Binary 10101010 111111 11001110 10001 1000101 0 10011 100011101 111011 110101

Color Harmonies of #AA3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FCE

Black with #AA3FCE

Text Example


Text Example

White with #AA3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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