Html Css Color HEX #A039DF Dark Orchid

📋 copy color: '#A039DF'

red 160 ◦ green 57 ◦ blue 223

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

Shades of Dark Orchid #A039DF

Tints of Dark Orchid #A039DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 36.36%
G = 12.95%
B = 50.68%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A039DF (or 0xA039DF) is known color: Dark Orchid. HEX triplet: A0, 39 and DF. RGB value is (160,57,223). Sum of RGB (Red+Green+Blue) = 160+57+223=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A039DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039DF is #5FC620. Grayscale: #6A6A6A. Windows color (decimal): -6276641 or 14629280. OLE color: 14629280.

HSL color Cylindrical-coordinate representation of color #A039DF: hue angle of 277.23º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A039DF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 57 223 -
CMYK 0.28 0.74 0 0.13
HSL 277.23º 0.72% 0.55% -
HSV(B) 277.23º 0.74% 0.87% -
XYZ 29.28 15.73 71.3 -
YUV 106.72 193.62 166 -
System Red Green Blue C M Y K H S L
Decimal 160 57 223 0.28 0.74 0 0.13 277.23 0.72 0.55
Hex A0 39 DF 1C 4A 0 D 115 48 37
Octal 240 71 337 34 112 0 15 425 110 67
Binary 10100000 111001 11011111 11100 1001010 0 1101 100010101 1001000 110111

Color Harmonies of #A039DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039DF

Black with #A039DF

Text Example


Text Example

White with #A039DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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