Html Css Color HEX #A13CD5 Dark Orchid

📋 copy color: '#A13CD5'

red 161 ◦ green 60 ◦ blue 213

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

Shades of Dark Orchid #A13CD5

Tints of Dark Orchid #A13CD5

RGB

 RED value IS 161 (63.28% from 255) = 37.1%

 GREEN value IS 60 (23.83% from 255) = 13.82%

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

R = 37.1%
G = 13.82%
B = 49.08%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A13CD5 (or 0xA13CD5) is known color: Dark Orchid. HEX triplet: A1, 3C and D5. RGB value is (161,60,213). Sum of RGB (Red+Green+Blue) = 161+60+213=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #A13CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CD5 is #5EC32A. Grayscale: #6B6B6B. Windows color (decimal): -6210347 or 13974689. OLE color: 13974689.

HSL color Cylindrical-coordinate representation of color #A13CD5: hue angle of 279.61º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13CD5 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 60 213 -
CMYK 0.24 0.72 0 0.16
HSL 279.61º 0.65% 0.54% -
HSV(B) 279.61º 0.72% 0.84% -
XYZ 28.32 15.61 64.47 -
YUV 107.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 161 60 213 0.24 0.72 0 0.16 279.61 0.65 0.54
Hex A1 3C D5 18 48 0 10 118 41 36
Octal 241 74 325 30 110 0 20 430 101 66
Binary 10100001 111100 11010101 11000 1001000 0 10000 100011000 1000001 110110

Color Harmonies of #A13CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CD5

Black with #A13CD5

Text Example


Text Example

White with #A13CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CD5; }

 p { color: rgb(161,60,213); }

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

background-color css

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

 a { background-color: rgb(161,60,213); }

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

border-color css

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

 span { border-color: rgb(161,60,213); }

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