Html Css Color HEX #A039D6 Dark Orchid

📋 copy color: '#A039D6'

red 160 ◦ green 57 ◦ blue 214

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

Shades of Dark Orchid #A039D6

Tints of Dark Orchid #A039D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.65%

R = 37.12%
G = 13.23%
B = 49.65%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A039D6 (or 0xA039D6) is known color: Dark Orchid. HEX triplet: A0, 39 and D6. RGB value is (160,57,214). Sum of RGB (Red+Green+Blue) = 160+57+214=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #A039D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039D6 is #5FC629. Grayscale: #696969. Windows color (decimal): -6276650 or 14039456. OLE color: 14039456.

HSL color Cylindrical-coordinate representation of color #A039D6: hue angle of 279.36º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A039D6 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 57 214 -
CMYK 0.25 0.73 0 0.16
HSL 279.36º 0.66% 0.53% -
HSV(B) 279.36º 0.73% 0.84% -
XYZ 28.1 15.25 65.08 -
YUV 105.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 160 57 214 0.25 0.73 0 0.16 279.36 0.66 0.53
Hex A0 39 D6 19 49 0 10 117 42 35
Octal 240 71 326 31 111 0 20 427 102 65
Binary 10100000 111001 11010110 11001 1001001 0 10000 100010111 1000010 110101

Color Harmonies of #A039D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039D6

Black with #A039D6

Text Example


Text Example

White with #A039D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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