Html Css Color HEX #A034DD Dark Orchid

📋 copy color: '#A034DD'

red 160 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #A034DD

Tints of Dark Orchid #A034DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 36.95%
G = 12.01%
B = 51.04%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A034DD (or 0xA034DD) is known color: Dark Orchid. HEX triplet: A0, 34 and DD. RGB value is (160,52,221). Sum of RGB (Red+Green+Blue) = 160+52+221=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #A034DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034DD is #5FCB22. Grayscale: #666666. Windows color (decimal): -6277923 or 14496928. OLE color: 14496928.

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

Color convert

RGB 160 52 221 -
CMYK 0.28 0.76 0 0.13
HSL 278.34º 0.71% 0.54% -
HSV(B) 278.34º 0.76% 0.87% -
XYZ 28.78 15.15 69.81 -
YUV 103.56 194.28 168.26 -
System Red Green Blue C M Y K H S L
Decimal 160 52 221 0.28 0.76 0 0.13 278.34 0.71 0.54
Hex A0 34 DD 1C 4C 0 D 116 47 36
Octal 240 64 335 34 114 0 15 426 107 66
Binary 10100000 110100 11011101 11100 1001100 0 1101 100010110 1000111 110110

Color Harmonies of #A034DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034DD

Black with #A034DD

Text Example


Text Example

White with #A034DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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