Html Css Color HEX #A13CDF Dark Orchid

📋 copy color: '#A13CDF'

red 161 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #A13CDF

Tints of Dark Orchid #A13CDF

RGB

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

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

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

R = 36.26%
G = 13.51%
B = 50.23%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A13CDF (or 0xA13CDF) is known color: Dark Orchid. HEX triplet: A1, 3C and DF. RGB value is (161,60,223). Sum of RGB (Red+Green+Blue) = 161+60+223=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #A13CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CDF is #5EC320. Grayscale: #6C6C6C. Windows color (decimal): -6210337 or 14630049. OLE color: 14630049.

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

Color convert

RGB 161 60 223 -
CMYK 0.28 0.73 0 0.13
HSL 277.18º 0.72% 0.55% -
HSV(B) 277.18º 0.73% 0.87% -
XYZ 29.63 16.14 71.36 -
YUV 108.78 192.46 165.25 -
System Red Green Blue C M Y K H S L
Decimal 161 60 223 0.28 0.73 0 0.13 277.18 0.72 0.55
Hex A1 3C DF 1C 49 0 D 115 48 37
Octal 241 74 337 34 111 0 15 425 110 67
Binary 10100001 111100 11011111 11100 1001001 0 1101 100010101 1001000 110111

Color Harmonies of #A13CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CDF

Black with #A13CDF

Text Example


Text Example

White with #A13CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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