Html Css Color HEX #A04CD6 Dark Orchid

📋 copy color: '#A04CD6'

red 160 ◦ green 76 ◦ blue 214

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

Shades of Dark Orchid #A04CD6

Tints of Dark Orchid #A04CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 35.56%
G = 16.89%
B = 47.56%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A04CD6 (or 0xA04CD6) is known color: Dark Orchid. HEX triplet: A0, 4C and D6. RGB value is (160,76,214). Sum of RGB (Red+Green+Blue) = 160+76+214=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #A04CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CD6 is #5FB329. Grayscale: #747474. Windows color (decimal): -6271786 or 14044320. OLE color: 14044320.

HSL color Cylindrical-coordinate representation of color #A04CD6: hue angle of 276.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04CD6 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 76 214 -
CMYK 0.25 0.64 0 0.16
HSL 276.52º 0.63% 0.57% -
HSV(B) 276.52º 0.64% 0.84% -
XYZ 29.22 17.5 65.46 -
YUV 116.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 160 76 214 0.25 0.64 0 0.16 276.52 0.63 0.57
Hex A0 4C D6 19 40 0 10 115 3F 39
Octal 240 114 326 31 100 0 20 425 77 71
Binary 10100000 1001100 11010110 11001 1000000 0 10000 100010101 111111 111001

Color Harmonies of #A04CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CD6

Black with #A04CD6

Text Example


Text Example

White with #A04CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CD6; }

 p { color: rgb(160,76,214); }

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

background-color css

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

 a { background-color: rgb(160,76,214); }

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

border-color css

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

 span { border-color: rgb(160,76,214); }

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