Html Css Color HEX #A039BA Dark Orchid

📋 copy color: '#A039BA'

red 160 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #A039BA

Tints of Dark Orchid #A039BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 39.7%
G = 14.14%
B = 46.15%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A039BA (or 0xA039BA) is known color: Dark Orchid. HEX triplet: A0, 39 and BA. RGB value is (160,57,186). Sum of RGB (Red+Green+Blue) = 160+57+186=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A039BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039BA is #5FC645. Grayscale: #666666. Windows color (decimal): -6276678 or 12204448. OLE color: 12204448.

HSL color Cylindrical-coordinate representation of color #A039BA: hue angle of 287.91º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A039BA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 57 186 -
CMYK 0.14 0.69 0 0.27
HSL 287.91º 0.53% 0.48% -
HSV(B) 287.91º 0.69% 0.73% -
XYZ 24.82 13.95 47.84 -
YUV 102.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 160 57 186 0.14 0.69 0 0.27 287.91 0.53 0.48
Hex A0 39 BA E 45 0 1B 120 35 30
Octal 240 71 272 16 105 0 33 440 65 60
Binary 10100000 111001 10111010 1110 1000101 0 11011 100100000 110101 110000

Color Harmonies of #A039BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039BA

Black with #A039BA

Text Example


Text Example

White with #A039BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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