Html Css Color HEX #AA3CDE Dark Orchid

📋 copy color: '#AA3CDE'

red 170 ◦ green 60 ◦ blue 222

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

Shades of Dark Orchid #AA3CDE

Tints of Dark Orchid #AA3CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 37.61%
G = 13.27%
B = 49.12%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA3CDE (or 0xAA3CDE) is known color: Dark Orchid. HEX triplet: AA, 3C and DE. RGB value is (170,60,222). Sum of RGB (Red+Green+Blue) = 170+60+222=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA3CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CDE is #55C321. Grayscale: #6E6E6E. Windows color (decimal): -5620514 or 14564522. OLE color: 14564522.

HSL color Cylindrical-coordinate representation of color #AA3CDE: hue angle of 280.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3CDE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 60 222 -
CMYK 0.23 0.73 0 0.13
HSL 280.74º 0.71% 0.55% -
HSV(B) 280.74º 0.73% 0.87% -
XYZ 31.38 17.05 70.74 -
YUV 111.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 170 60 222 0.23 0.73 0 0.13 280.74 0.71 0.55
Hex AA 3C DE 17 49 0 D 119 47 37
Octal 252 74 336 27 111 0 15 431 107 67
Binary 10101010 111100 11011110 10111 1001001 0 1101 100011001 1000111 110111

Color Harmonies of #AA3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CDE

Black with #AA3CDE

Text Example


Text Example

White with #AA3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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