Html Css Color HEX #A039C6 Dark Orchid

📋 copy color: '#A039C6'

red 160 ◦ green 57 ◦ blue 198

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

Shades of Dark Orchid #A039C6

Tints of Dark Orchid #A039C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.71%

R = 38.55%
G = 13.73%
B = 47.71%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A039C6 (or 0xA039C6) is known color: Dark Orchid. HEX triplet: A0, 39 and C6. RGB value is (160,57,198). Sum of RGB (Red+Green+Blue) = 160+57+198=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #A039C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039C6 is #5FC639. Grayscale: #676767. Windows color (decimal): -6276666 or 12990880. OLE color: 12990880.

HSL color Cylindrical-coordinate representation of color #A039C6: hue angle of 283.83º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A039C6 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 57 198 -
CMYK 0.19 0.71 0 0.22
HSL 283.83º 0.55% 0.5% -
HSV(B) 283.83º 0.71% 0.78% -
XYZ 26.15 14.48 54.84 -
YUV 103.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 160 57 198 0.19 0.71 0 0.22 283.83 0.55 0.5
Hex A0 39 C6 13 47 0 16 11C 37 32
Octal 240 71 306 23 107 0 26 434 67 62
Binary 10100000 111001 11000110 10011 1000111 0 10110 100011100 110111 110010

Color Harmonies of #A039C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039C6

Black with #A039C6

Text Example


Text Example

White with #A039C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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