Html Css Color HEX #A13CDE Dark Orchid

📋 copy color: '#A13CDE'

red 161 ◦ green 60 ◦ blue 222

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

Shades of Dark Orchid #A13CDE

Tints of Dark Orchid #A13CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 36.34%
G = 13.54%
B = 50.11%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A13CDE (or 0xA13CDE) is known color: Dark Orchid. HEX triplet: A1, 3C and DE. RGB value is (161,60,222). Sum of RGB (Red+Green+Blue) = 161+60+222=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #A13CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CDE is #5EC321. Grayscale: #6C6C6C. Windows color (decimal): -6210338 or 14564513. OLE color: 14564513.

HSL color Cylindrical-coordinate representation of color #A13CDE: hue angle of 277.41º degrees, saturation: 0.71, 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 #A13CDE is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 60 222 -
CMYK 0.27 0.73 0 0.13
HSL 277.41º 0.71% 0.55% -
HSV(B) 277.41º 0.73% 0.87% -
XYZ 29.5 16.08 70.66 -
YUV 108.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 161 60 222 0.27 0.73 0 0.13 277.41 0.71 0.55
Hex A1 3C DE 1B 49 0 D 115 47 37
Octal 241 74 336 33 111 0 15 425 107 67
Binary 10100001 111100 11011110 11011 1001001 0 1101 100010101 1000111 110111

Color Harmonies of #A13CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CDE

Black with #A13CDE

Text Example


Text Example

White with #A13CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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