Html Css Color HEX #A341D5 Dark Orchid

📋 copy color: '#A341D5'

red 163 ◦ green 65 ◦ blue 213

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

Shades of Dark Orchid #A341D5

Tints of Dark Orchid #A341D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 36.96%
G = 14.74%
B = 48.3%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A341D5 (or 0xA341D5) is known color: Dark Orchid. HEX triplet: A3, 41 and D5. RGB value is (163,65,213). Sum of RGB (Red+Green+Blue) = 163+65+213=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #A341D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341D5 is #5CBE2A. Grayscale: #6E6E6E. Windows color (decimal): -6077995 or 13975971. OLE color: 13975971.

HSL color Cylindrical-coordinate representation of color #A341D5: hue angle of 279.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A341D5 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 65 213 -
CMYK 0.23 0.69 0 0.16
HSL 279.73º 0.64% 0.55% -
HSV(B) 279.73º 0.69% 0.84% -
XYZ 29 16.37 64.58 -
YUV 111.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 163 65 213 0.23 0.69 0 0.16 279.73 0.64 0.55
Hex A3 41 D5 17 45 0 10 118 40 37
Octal 243 101 325 27 105 0 20 430 100 67
Binary 10100011 1000001 11010101 10111 1000101 0 10000 100011000 1000000 110111

Color Harmonies of #A341D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341D5

Black with #A341D5

Text Example


Text Example

White with #A341D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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