Html Css Color HEX #A034D1 Dark Orchid

📋 copy color: '#A034D1'

red 160 ◦ green 52 ◦ blue 209

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

Shades of Dark Orchid #A034D1

Tints of Dark Orchid #A034D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.64%

R = 38%
G = 12.35%
B = 49.64%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A034D1 (or 0xA034D1) is known color: Dark Orchid. HEX triplet: A0, 34 and D1. RGB value is (160,52,209). Sum of RGB (Red+Green+Blue) = 160+52+209=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #A034D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034D1 is #5FCB2E. Grayscale: #656565. Windows color (decimal): -6277935 or 13710496. OLE color: 13710496.

HSL color Cylindrical-coordinate representation of color #A034D1: hue angle of 281.27º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A034D1 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 52 209 -
CMYK 0.23 0.75 0 0.18
HSL 281.27º 0.63% 0.51% -
HSV(B) 281.27º 0.75% 0.82% -
XYZ 27.23 14.53 61.69 -
YUV 102.19 188.28 169.23 -
System Red Green Blue C M Y K H S L
Decimal 160 52 209 0.23 0.75 0 0.18 281.27 0.63 0.51
Hex A0 34 D1 17 4B 0 12 119 3F 33
Octal 240 64 321 27 113 0 22 431 77 63
Binary 10100000 110100 11010001 10111 1001011 0 10010 100011001 111111 110011

Color Harmonies of #A034D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034D1

Black with #A034D1

Text Example


Text Example

White with #A034D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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