Html Css Color HEX #A04ADF Dark Orchid

📋 copy color: '#A04ADF'

red 160 ◦ green 74 ◦ blue 223

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

Shades of Dark Orchid #A04ADF

Tints of Dark Orchid #A04ADF

RGB

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

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

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

R = 35.01%
G = 16.19%
B = 48.8%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A04ADF (or 0xA04ADF) is known color: Dark Orchid. HEX triplet: A0, 4A and DF. RGB value is (160,74,223). Sum of RGB (Red+Green+Blue) = 160+74+223=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #A04ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ADF is #5FB520. Grayscale: #747474. Windows color (decimal): -6272289 or 14633632. OLE color: 14633632.

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

Color convert

RGB 160 74 223 -
CMYK 0.28 0.67 0 0.13
HSL 274.63º 0.7% 0.58% -
HSV(B) 274.63º 0.67% 0.87% -
XYZ 30.27 17.7 71.63 -
YUV 116.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 160 74 223 0.28 0.67 0 0.13 274.63 0.7 0.58
Hex A0 4A DF 1C 43 0 D 113 46 3A
Octal 240 112 337 34 103 0 15 423 106 72
Binary 10100000 1001010 11011111 11100 1000011 0 1101 100010011 1000110 111010

Color Harmonies of #A04ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ADF

Black with #A04ADF

Text Example


Text Example

White with #A04ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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