Html Css Color HEX #AA3ECF Dark Orchid

📋 copy color: '#AA3ECF'

red 170 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #AA3ECF

Tints of Dark Orchid #AA3ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.12%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 38.72%
G = 14.12%
B = 47.15%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3ECF (or 0xAA3ECF) is known color: Dark Orchid. HEX triplet: AA, 3E and CF. RGB value is (170,62,207). Sum of RGB (Red+Green+Blue) = 170+62+207=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ECF is #55C130. Grayscale: #6E6E6E. Windows color (decimal): -5620017 or 13581994. OLE color: 13581994.

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

Color convert

RGB 170 62 207 -
CMYK 0.18 0.70 0 0.19
HSL 284.69º 0.6% 0.53% -
HSV(B) 284.69º 0.7% 0.81% -
XYZ 29.56 16.5 60.66 -
YUV 110.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 170 62 207 0.18 0.70 0 0.19 284.69 0.6 0.53
Hex AA 3E CF 12 46 0 13 11D 3C 35
Octal 252 76 317 22 106 0 23 435 74 65
Binary 10101010 111110 11001111 10010 1000110 0 10011 100011101 111100 110101

Color Harmonies of #AA3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ECF

Black with #AA3ECF

Text Example


Text Example

White with #AA3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ECF; }

 p { color: rgb(170,62,207); }

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

background-color css

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

 a { background-color: rgb(170,62,207); }

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

border-color css

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

 span { border-color: rgb(170,62,207); }

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