Html Css Color HEX #A039BC Dark Orchid

📋 copy color: '#A039BC'

red 160 ◦ green 57 ◦ blue 188

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

Shades of Dark Orchid #A039BC

Tints of Dark Orchid #A039BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 39.51%
G = 14.07%
B = 46.42%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A039BC (or 0xA039BC) is known color: Dark Orchid. HEX triplet: A0, 39 and BC. RGB value is (160,57,188). Sum of RGB (Red+Green+Blue) = 160+57+188=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #A039BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039BC is #5FC643. Grayscale: #666666. Windows color (decimal): -6276676 or 12335520. OLE color: 12335520.

HSL color Cylindrical-coordinate representation of color #A039BC: hue angle of 287.18º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A039BC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 57 188 -
CMYK 0.15 0.70 0 0.26
HSL 287.18º 0.53% 0.48% -
HSV(B) 287.18º 0.7% 0.74% -
XYZ 25.04 14.03 48.97 -
YUV 102.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 160 57 188 0.15 0.70 0 0.26 287.18 0.53 0.48
Hex A0 39 BC F 46 0 1A 11F 35 30
Octal 240 71 274 17 106 0 32 437 65 60
Binary 10100000 111001 10111100 1111 1000110 0 11010 100011111 110101 110000

Color Harmonies of #A039BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039BC

Black with #A039BC

Text Example


Text Example

White with #A039BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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