Html Css Color HEX #A034DF Dark Orchid

📋 copy color: '#A034DF'

red 160 ◦ green 52 ◦ blue 223

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

Shades of Dark Orchid #A034DF

Tints of Dark Orchid #A034DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 36.78%
G = 11.95%
B = 51.26%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A034DF (or 0xA034DF) is known color: Dark Orchid. HEX triplet: A0, 34 and DF. RGB value is (160,52,223). Sum of RGB (Red+Green+Blue) = 160+52+223=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #A034DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034DF is #5FCB20. Grayscale: #676767. Windows color (decimal): -6277921 or 14628000. OLE color: 14628000.

HSL color Cylindrical-coordinate representation of color #A034DF: hue angle of 277.89º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A034DF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 52 223 -
CMYK 0.28 0.77 0 0.13
HSL 277.89º 0.73% 0.54% -
HSV(B) 277.89º 0.77% 0.87% -
XYZ 29.04 15.26 71.23 -
YUV 103.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 160 52 223 0.28 0.77 0 0.13 277.89 0.73 0.54
Hex A0 34 DF 1C 4D 0 D 116 49 36
Octal 240 64 337 34 115 0 15 426 111 66
Binary 10100000 110100 11011111 11100 1001101 0 1101 100010110 1001001 110110

Color Harmonies of #A034DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034DF

Black with #A034DF

Text Example


Text Example

White with #A034DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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