Html Css Color HEX #A039AE Dark Orchid

📋 copy color: '#A039AE'

red 160 ◦ green 57 ◦ blue 174

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

Shades of Dark Orchid #A039AE

Tints of Dark Orchid #A039AE

RGB

 RED value IS 160 (62.89% from 255) = 40.92%

 GREEN value IS 57 (22.66% from 255) = 14.58%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 40.92%
G = 14.58%
B = 44.5%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A039AE (or 0xA039AE) is known color: Dark Orchid. HEX triplet: A0, 39 and AE. RGB value is (160,57,174). Sum of RGB (Red+Green+Blue) = 160+57+174=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #A039AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039AE is #5FC651. Grayscale: #646464. Windows color (decimal): -6276690 or 11418016. OLE color: 11418016.

HSL color Cylindrical-coordinate representation of color #A039AE: hue angle of 292.82º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A039AE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 57 174 -
CMYK 0.08 0.67 0 0.32
HSL 292.82º 0.51% 0.45% -
HSV(B) 292.82º 0.67% 0.68% -
XYZ 23.6 13.46 41.4 -
YUV 101.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 160 57 174 0.08 0.67 0 0.32 292.82 0.51 0.45
Hex A0 39 AE 8 43 0 20 125 33 2D
Octal 240 71 256 10 103 0 40 445 63 55
Binary 10100000 111001 10101110 1000 1000011 0 100000 100100101 110011 101101

Color Harmonies of #A039AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039AE

Black with #A039AE

Text Example


Text Example

White with #A039AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039AE; }

 p { color: rgb(160,57,174); }

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

background-color css

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

 a { background-color: rgb(160,57,174); }

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

border-color css

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

 span { border-color: rgb(160,57,174); }

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