Html Css Color HEX #A04AD3 Dark Orchid

📋 copy color: '#A04AD3'

red 160 ◦ green 74 ◦ blue 211

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

Shades of Dark Orchid #A04AD3

Tints of Dark Orchid #A04AD3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.63%

 BLUE value IS 211 (82.81% from 255) = 47.42%

R = 35.96%
G = 16.63%
B = 47.42%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A04AD3 (or 0xA04AD3) is known color: Dark Orchid. HEX triplet: A0, 4A and D3. RGB value is (160,74,211). Sum of RGB (Red+Green+Blue) = 160+74+211=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #A04AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04AD3 is #5FB52C. Grayscale: #727272. Windows color (decimal): -6272301 or 13847200. OLE color: 13847200.

HSL color Cylindrical-coordinate representation of color #A04AD3: hue angle of 277.66º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04AD3 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 74 211 -
CMYK 0.24 0.65 0 0.17
HSL 277.66º 0.61% 0.56% -
HSV(B) 277.66º 0.65% 0.83% -
XYZ 28.7 17.07 63.41 -
YUV 115.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 160 74 211 0.24 0.65 0 0.17 277.66 0.61 0.56
Hex A0 4A D3 18 41 0 11 116 3D 38
Octal 240 112 323 30 101 0 21 426 75 70
Binary 10100000 1001010 11010011 11000 1000001 0 10001 100010110 111101 111000

Color Harmonies of #A04AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AD3

Black with #A04AD3

Text Example


Text Example

White with #A04AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AD3; }

 p { color: rgb(160,74,211); }

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

background-color css

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

 a { background-color: rgb(160,74,211); }

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

border-color css

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

 span { border-color: rgb(160,74,211); }

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