Html Css Color HEX #A41DDF Dark Orchid

📋 copy color: '#A41DDF'

red 164 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #A41DDF

Tints of Dark Orchid #A41DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.97%

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

R = 39.42%
G = 6.97%
B = 53.61%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A41DDF (or 0xA41DDF) is known color: Dark Orchid. HEX triplet: A4, 1D and DF. RGB value is (164,29,223). Sum of RGB (Red+Green+Blue) = 164+29+223=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #A41DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DDF is #5BE220. Grayscale: #5A5A5A. Windows color (decimal): -6021665 or 14622116. OLE color: 14622116.

HSL color Cylindrical-coordinate representation of color #A41DDF: hue angle of 281.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41DDF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 29 223 -
CMYK 0.26 0.87 0 0.13
HSL 281.75º 0.77% 0.49% -
HSV(B) 281.75º 0.87% 0.87% -
XYZ 29.07 14.1 71 -
YUV 91.48 202.23 179.73 -
System Red Green Blue C M Y K H S L
Decimal 164 29 223 0.26 0.87 0 0.13 281.75 0.77 0.49
Hex A4 1D DF 1A 57 0 D 11A 4D 31
Octal 244 35 337 32 127 0 15 432 115 61
Binary 10100100 11101 11011111 11010 1010111 0 1101 100011010 1001101 110001

Color Harmonies of #A41DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DDF

Black with #A41DDF

Text Example


Text Example

White with #A41DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DDF; }

 p { color: rgb(164,29,223); }

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

background-color css

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

 a { background-color: rgb(164,29,223); }

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

border-color css

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

 span { border-color: rgb(164,29,223); }

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