Html Css Color HEX #A41CDB Dark Orchid

📋 copy color: '#A41CDB'

red 164 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #A41CDB

Tints of Dark Orchid #A41CDB

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 28 (11.33% from 255) = 6.81%

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

R = 39.9%
G = 6.81%
B = 53.28%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A41CDB (or 0xA41CDB) is known color: Dark Orchid. HEX triplet: A4, 1C and DB. RGB value is (164,28,219). Sum of RGB (Red+Green+Blue) = 164+28+219=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #A41CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CDB is #5BE324. Grayscale: #595959. Windows color (decimal): -6021925 or 14359716. OLE color: 14359716.

HSL color Cylindrical-coordinate representation of color #A41CDB: hue angle of 282.72º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41CDB is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 28 219 -
CMYK 0.25 0.87 0 0.14
HSL 282.72º 0.77% 0.48% -
HSV(B) 282.72º 0.87% 0.86% -
XYZ 28.51 13.84 68.19 -
YUV 90.44 200.56 180.47 -
System Red Green Blue C M Y K H S L
Decimal 164 28 219 0.25 0.87 0 0.14 282.72 0.77 0.48
Hex A4 1C DB 19 57 0 E 11B 4D 30
Octal 244 34 333 31 127 0 16 433 115 60
Binary 10100100 11100 11011011 11001 1010111 0 1110 100011011 1001101 110000

Color Harmonies of #A41CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CDB

Black with #A41CDB

Text Example


Text Example

White with #A41CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CDB; }

 p { color: rgb(164,28,219); }

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

background-color css

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

 a { background-color: rgb(164,28,219); }

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

border-color css

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

 span { border-color: rgb(164,28,219); }

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