Html Css Color HEX #A034AD Dark Orchid

📋 copy color: '#A034AD'

red 160 ◦ green 52 ◦ blue 173

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

Shades of Dark Orchid #A034AD

Tints of Dark Orchid #A034AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 41.56%
G = 13.51%
B = 44.94%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A034AD (or 0xA034AD) is known color: Dark Orchid. HEX triplet: A0, 34 and AD. RGB value is (160,52,173). Sum of RGB (Red+Green+Blue) = 160+52+173=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #A034AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034AD is #5FCB52. Grayscale: #616161. Windows color (decimal): -6277971 or 11351200. OLE color: 11351200.

HSL color Cylindrical-coordinate representation of color #A034AD: hue angle of 293.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A034AD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 52 173 -
CMYK 0.08 0.70 0 0.32
HSL 293.55º 0.54% 0.44% -
HSV(B) 293.55º 0.7% 0.68% -
XYZ 23.27 12.95 40.81 -
YUV 98.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 160 52 173 0.08 0.70 0 0.32 293.55 0.54 0.44
Hex A0 34 AD 8 46 0 20 126 36 2C
Octal 240 64 255 10 106 0 40 446 66 54
Binary 10100000 110100 10101101 1000 1000110 0 100000 100100110 110110 101100

Color Harmonies of #A034AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034AD

Black with #A034AD

Text Example


Text Example

White with #A034AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034AD; }

 p { color: rgb(160,52,173); }

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

background-color css

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

 a { background-color: rgb(160,52,173); }

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

border-color css

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

 span { border-color: rgb(160,52,173); }

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