Html Css Color HEX #A034AA Dark Orchid

📋 copy color: '#A034AA'

red 160 ◦ green 52 ◦ blue 170

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

Shades of Dark Orchid #A034AA

Tints of Dark Orchid #A034AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 41.88%
G = 13.61%
B = 44.5%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A034AA (or 0xA034AA) is known color: Dark Orchid. HEX triplet: A0, 34 and AA. RGB value is (160,52,170). Sum of RGB (Red+Green+Blue) = 160+52+170=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #A034AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034AA is #5FCB55. Grayscale: #616161. Windows color (decimal): -6277974 or 11154592. OLE color: 11154592.

HSL color Cylindrical-coordinate representation of color #A034AA: hue angle of 294.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A034AA is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 52 170 -
CMYK 0.06 0.69 0 0.33
HSL 294.92º 0.53% 0.44% -
HSV(B) 294.92º 0.69% 0.67% -
XYZ 22.98 12.83 39.3 -
YUV 97.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 160 52 170 0.06 0.69 0 0.33 294.92 0.53 0.44
Hex A0 34 AA 6 45 0 21 127 35 2C
Octal 240 64 252 6 105 0 41 447 65 54
Binary 10100000 110100 10101010 110 1000101 0 100001 100100111 110101 101100

Color Harmonies of #A034AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034AA

Black with #A034AA

Text Example


Text Example

White with #A034AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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