Html Css Color HEX #A039BF Dark Orchid

📋 copy color: '#A039BF'

red 160 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #A039BF

Tints of Dark Orchid #A039BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 39.22%
G = 13.97%
B = 46.81%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A039BF (or 0xA039BF) is known color: Dark Orchid. HEX triplet: A0, 39 and BF. RGB value is (160,57,191). Sum of RGB (Red+Green+Blue) = 160+57+191=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #A039BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039BF is #5FC640. Grayscale: #666666. Windows color (decimal): -6276673 or 12532128. OLE color: 12532128.

HSL color Cylindrical-coordinate representation of color #A039BF: hue angle of 286.12º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A039BF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 57 191 -
CMYK 0.16 0.70 0 0.25
HSL 286.12º 0.54% 0.49% -
HSV(B) 286.12º 0.7% 0.75% -
XYZ 25.36 14.16 50.69 -
YUV 103.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 160 57 191 0.16 0.70 0 0.25 286.12 0.54 0.49
Hex A0 39 BF 10 46 0 19 11E 36 31
Octal 240 71 277 20 106 0 31 436 66 61
Binary 10100000 111001 10111111 10000 1000110 0 11001 100011110 110110 110001

Color Harmonies of #A039BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039BF

Black with #A039BF

Text Example


Text Example

White with #A039BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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