Html Css Color HEX #A04CDB Dark Orchid

📋 copy color: '#A04CDB'

red 160 ◦ green 76 ◦ blue 219

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

Shades of Dark Orchid #A04CDB

Tints of Dark Orchid #A04CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 35.16%
G = 16.7%
B = 48.13%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A04CDB (or 0xA04CDB) is known color: Dark Orchid. HEX triplet: A0, 4C and DB. RGB value is (160,76,219). Sum of RGB (Red+Green+Blue) = 160+76+219=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A04CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDB is #5FB324. Grayscale: #747474. Windows color (decimal): -6271781 or 14372000. OLE color: 14372000.

HSL color Cylindrical-coordinate representation of color #A04CDB: hue angle of 275.24º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04CDB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 76 219 -
CMYK 0.27 0.65 0 0.14
HSL 275.24º 0.67% 0.58% -
HSV(B) 275.24º 0.65% 0.86% -
XYZ 29.87 17.76 68.87 -
YUV 117.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 160 76 219 0.27 0.65 0 0.14 275.24 0.67 0.58
Hex A0 4C DB 1B 41 0 E 113 43 3A
Octal 240 114 333 33 101 0 16 423 103 72
Binary 10100000 1001100 11011011 11011 1000001 0 1110 100010011 1000011 111010

Color Harmonies of #A04CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CDB

Black with #A04CDB

Text Example


Text Example

White with #A04CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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