Html Css Color HEX #A041DF Dark Orchid

📋 copy color: '#A041DF'

red 160 ◦ green 65 ◦ blue 223

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

Shades of Dark Orchid #A041DF

Tints of Dark Orchid #A041DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.51%

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

R = 35.71%
G = 14.51%
B = 49.78%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A041DF (or 0xA041DF) is known color: Dark Orchid. HEX triplet: A0, 41 and DF. RGB value is (160,65,223). Sum of RGB (Red+Green+Blue) = 160+65+223=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #A041DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041DF is #5FBE20. Grayscale: #6E6E6E. Windows color (decimal): -6274593 or 14631328. OLE color: 14631328.

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

Color convert

RGB 160 65 223 -
CMYK 0.28 0.71 0 0.13
HSL 276.08º 0.71% 0.56% -
HSV(B) 276.08º 0.71% 0.87% -
XYZ 29.71 16.58 71.45 -
YUV 111.42 190.97 162.65 -
System Red Green Blue C M Y K H S L
Decimal 160 65 223 0.28 0.71 0 0.13 276.08 0.71 0.56
Hex A0 41 DF 1C 47 0 D 114 47 38
Octal 240 101 337 34 107 0 15 424 107 70
Binary 10100000 1000001 11011111 11100 1000111 0 1101 100010100 1000111 111000

Color Harmonies of #A041DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041DF

Black with #A041DF

Text Example


Text Example

White with #A041DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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