Html Css Color HEX #A041D6 Dark Orchid

📋 copy color: '#A041D6'

red 160 ◦ green 65 ◦ blue 214

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

Shades of Dark Orchid #A041D6

Tints of Dark Orchid #A041D6

RGB

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

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

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

R = 36.45%
G = 14.81%
B = 48.75%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A041D6 (or 0xA041D6) is known color: Dark Orchid. HEX triplet: A0, 41 and D6. RGB value is (160,65,214). Sum of RGB (Red+Green+Blue) = 160+65+214=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #A041D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041D6 is #5FBE29. Grayscale: #6D6D6D. Windows color (decimal): -6274602 or 14041504. OLE color: 14041504.

HSL color Cylindrical-coordinate representation of color #A041D6: hue angle of 278.26º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A041D6 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 65 214 -
CMYK 0.25 0.70 0 0.16
HSL 278.26º 0.65% 0.55% -
HSV(B) 278.26º 0.7% 0.84% -
XYZ 28.53 16.11 65.22 -
YUV 110.39 186.47 163.38 -
System Red Green Blue C M Y K H S L
Decimal 160 65 214 0.25 0.70 0 0.16 278.26 0.65 0.55
Hex A0 41 D6 19 46 0 10 116 41 37
Octal 240 101 326 31 106 0 20 426 101 67
Binary 10100000 1000001 11010110 11001 1000110 0 10000 100010110 1000001 110111

Color Harmonies of #A041D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041D6

Black with #A041D6

Text Example


Text Example

White with #A041D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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