Html Css Color HEX #A039CE Dark Orchid

📋 copy color: '#A039CE'

red 160 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #A039CE

Tints of Dark Orchid #A039CE

RGB

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

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

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

R = 37.83%
G = 13.48%
B = 48.7%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A039CE (or 0xA039CE) is known color: Dark Orchid. HEX triplet: A0, 39 and CE. RGB value is (160,57,206). Sum of RGB (Red+Green+Blue) = 160+57+206=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A039CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039CE is #5FC631. Grayscale: #686868. Windows color (decimal): -6276658 or 13515168. OLE color: 13515168.

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

Color convert

RGB 160 57 206 -
CMYK 0.22 0.72 0 0.19
HSL 281.48º 0.6% 0.52% -
HSV(B) 281.48º 0.72% 0.81% -
XYZ 27.1 14.86 59.83 -
YUV 104.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 160 57 206 0.22 0.72 0 0.19 281.48 0.6 0.52
Hex A0 39 CE 16 48 0 13 119 3C 34
Octal 240 71 316 26 110 0 23 431 74 64
Binary 10100000 111001 11001110 10110 1001000 0 10011 100011001 111100 110100

Color Harmonies of #A039CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039CE

Black with #A039CE

Text Example


Text Example

White with #A039CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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