Html Css Color HEX #AA3DCE Dark Orchid

📋 copy color: '#AA3DCE'

red 170 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #AA3DCE

Tints of Dark Orchid #AA3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.96%

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

R = 38.9%
G = 13.96%
B = 47.14%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3DCE (or 0xAA3DCE) is known color: Dark Orchid. HEX triplet: AA, 3D and CE. RGB value is (170,61,206). Sum of RGB (Red+Green+Blue) = 170+61+206=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DCE is #55C231. Grayscale: #6D6D6D. Windows color (decimal): -5620274 or 13516202. OLE color: 13516202.

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

Color convert

RGB 170 61 206 -
CMYK 0.17 0.70 0 0.19
HSL 285.1º 0.6% 0.52% -
HSV(B) 285.1º 0.7% 0.81% -
XYZ 29.39 16.34 60 -
YUV 110.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 170 61 206 0.17 0.70 0 0.19 285.1 0.6 0.52
Hex AA 3D CE 11 46 0 13 11D 3C 34
Octal 252 75 316 21 106 0 23 435 74 64
Binary 10101010 111101 11001110 10001 1000110 0 10011 100011101 111100 110100

Color Harmonies of #AA3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DCE

Black with #AA3DCE

Text Example


Text Example

White with #AA3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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