Html Css Color HEX #A039C7 Dark Orchid

📋 copy color: '#A039C7'

red 160 ◦ green 57 ◦ blue 199

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

Shades of Dark Orchid #A039C7

Tints of Dark Orchid #A039C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.84%

R = 38.46%
G = 13.7%
B = 47.84%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A039C7 (or 0xA039C7) is known color: Dark Orchid. HEX triplet: A0, 39 and C7. RGB value is (160,57,199). Sum of RGB (Red+Green+Blue) = 160+57+199=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #A039C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039C7 is #5FC638. Grayscale: #676767. Windows color (decimal): -6276665 or 13056416. OLE color: 13056416.

HSL color Cylindrical-coordinate representation of color #A039C7: hue angle of 283.52º degrees, saturation: 0.56, 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 #A039C7 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 57 199 -
CMYK 0.20 0.71 0 0.22
HSL 283.52º 0.56% 0.5% -
HSV(B) 283.52º 0.71% 0.78% -
XYZ 26.27 14.52 55.45 -
YUV 103.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 160 57 199 0.20 0.71 0 0.22 283.52 0.56 0.5
Hex A0 39 C7 14 47 0 16 11C 38 32
Octal 240 71 307 24 107 0 26 434 70 62
Binary 10100000 111001 11000111 10100 1000111 0 10110 100011100 111000 110010

Color Harmonies of #A039C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039C7

Black with #A039C7

Text Example


Text Example

White with #A039C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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