Html Css Color HEX #A039DA Dark Orchid

📋 copy color: '#A039DA'

red 160 ◦ green 57 ◦ blue 218

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

Shades of Dark Orchid #A039DA

Tints of Dark Orchid #A039DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 36.78%
G = 13.1%
B = 50.11%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A039DA (or 0xA039DA) is known color: Dark Orchid. HEX triplet: A0, 39 and DA. RGB value is (160,57,218). Sum of RGB (Red+Green+Blue) = 160+57+218=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #A039DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039DA is #5FC625. Grayscale: #696969. Windows color (decimal): -6276646 or 14301600. OLE color: 14301600.

HSL color Cylindrical-coordinate representation of color #A039DA: hue angle of 278.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A039DA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 57 218 -
CMYK 0.27 0.74 0 0.15
HSL 278.39º 0.69% 0.54% -
HSV(B) 278.39º 0.74% 0.85% -
XYZ 28.62 15.46 67.81 -
YUV 106.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 160 57 218 0.27 0.74 0 0.15 278.39 0.69 0.54
Hex A0 39 DA 1B 4A 0 F 116 45 36
Octal 240 71 332 33 112 0 17 426 105 66
Binary 10100000 111001 11011010 11011 1001010 0 1111 100010110 1000101 110110

Color Harmonies of #A039DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039DA

Black with #A039DA

Text Example


Text Example

White with #A039DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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