Html Css Color HEX #AA3CCE Dark Orchid

📋 copy color: '#AA3CCE'

red 170 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #AA3CCE

Tints of Dark Orchid #AA3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

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

R = 38.99%
G = 13.76%
B = 47.25%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3CCE (or 0xAA3CCE) is known color: Dark Orchid. HEX triplet: AA, 3C and CE. RGB value is (170,60,206). Sum of RGB (Red+Green+Blue) = 170+60+206=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA3CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CCE is #55C331. Grayscale: #6D6D6D. Windows color (decimal): -5620530 or 13515946. OLE color: 13515946.

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

Color convert

RGB 170 60 206 -
CMYK 0.17 0.71 0 0.19
HSL 285.21º 0.6% 0.52% -
HSV(B) 285.21º 0.71% 0.81% -
XYZ 29.33 16.23 59.98 -
YUV 109.53 182.44 171.13 -
System Red Green Blue C M Y K H S L
Decimal 170 60 206 0.17 0.71 0 0.19 285.21 0.6 0.52
Hex AA 3C CE 11 47 0 13 11D 3C 34
Octal 252 74 316 21 107 0 23 435 74 64
Binary 10101010 111100 11001110 10001 1000111 0 10011 100011101 111100 110100

Color Harmonies of #AA3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CCE

Black with #AA3CCE

Text Example


Text Example

White with #AA3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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