Html Css Color HEX #A034AE Dark Orchid

📋 copy color: '#A034AE'

red 160 ◦ green 52 ◦ blue 174

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

Shades of Dark Orchid #A034AE

Tints of Dark Orchid #A034AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 41.45%
G = 13.47%
B = 45.08%

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

#A034AE (or 0xA034AE) is known color: Dark Orchid. HEX triplet: A0, 34 and AE. RGB value is (160,52,174). Sum of RGB (Red+Green+Blue) = 160+52+174=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #A034AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A034AE is #5FCB51. Grayscale: #616161. Windows color (decimal): -6277970 or 11416736. OLE color: 11416736.

HSL color Cylindrical-coordinate representation of color #A034AE: hue angle of 293.11º 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 #A034AE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 52 174 -
CMYK 0.08 0.70 0 0.32
HSL 293.11º 0.54% 0.44% -
HSV(B) 293.11º 0.7% 0.68% -
XYZ 23.37 12.99 41.32 -
YUV 98.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 160 52 174 0.08 0.70 0 0.32 293.11 0.54 0.44
Hex A0 34 AE 8 46 0 20 125 36 2C
Octal 240 64 256 10 106 0 40 445 66 54
Binary 10100000 110100 10101110 1000 1000110 0 100000 100100101 110110 101100

Color Harmonies of #A034AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034AE

Black with #A034AE

Text Example


Text Example

White with #A034AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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