Html Css Color HEX #A341D6 Dark Orchid

📋 copy color: '#A341D6'

red 163 ◦ green 65 ◦ blue 214

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

Shades of Dark Orchid #A341D6

Tints of Dark Orchid #A341D6

RGB

 RED value IS 163 (64.06% from 255) = 36.88%

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

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

R = 36.88%
G = 14.71%
B = 48.42%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A341D6 (or 0xA341D6) is known color: Dark Orchid. HEX triplet: A3, 41 and D6. RGB value is (163,65,214). Sum of RGB (Red+Green+Blue) = 163+65+214=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #A341D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341D6 is #5CBE29. Grayscale: #6E6E6E. Windows color (decimal): -6077994 or 14041507. OLE color: 14041507.

HSL color Cylindrical-coordinate representation of color #A341D6: hue angle of 279.46º 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 #A341D6 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 65 214 -
CMYK 0.24 0.70 0 0.16
HSL 279.46º 0.65% 0.55% -
HSV(B) 279.46º 0.7% 0.84% -
XYZ 29.13 16.42 65.25 -
YUV 111.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 163 65 214 0.24 0.70 0 0.16 279.46 0.65 0.55
Hex A3 41 D6 18 46 0 10 117 41 37
Octal 243 101 326 30 106 0 20 427 101 67
Binary 10100011 1000001 11010110 11000 1000110 0 10000 100010111 1000001 110111

Color Harmonies of #A341D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341D6

Black with #A341D6

Text Example


Text Example

White with #A341D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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