Html Css Color HEX #A13BDC Dark Orchid

📋 copy color: '#A13BDC'

red 161 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #A13BDC

Tints of Dark Orchid #A13BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.41%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 36.59%
G = 13.41%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A13BDC (or 0xA13BDC) is known color: Dark Orchid. HEX triplet: A1, 3B and DC. RGB value is (161,59,220). Sum of RGB (Red+Green+Blue) = 161+59+220=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A13BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13BDC is #5EC423. Grayscale: #6B6B6B. Windows color (decimal): -6210596 or 14433185. OLE color: 14433185.

HSL color Cylindrical-coordinate representation of color #A13BDC: hue angle of 278.01º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13BDC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 59 220 -
CMYK 0.27 0.73 0 0.14
HSL 278.01º 0.7% 0.55% -
HSV(B) 278.01º 0.73% 0.86% -
XYZ 29.18 15.87 69.24 -
YUV 107.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 161 59 220 0.27 0.73 0 0.14 278.01 0.7 0.55
Hex A1 3B DC 1B 49 0 E 116 46 37
Octal 241 73 334 33 111 0 16 426 106 67
Binary 10100001 111011 11011100 11011 1001001 0 1110 100010110 1000110 110111

Color Harmonies of #A13BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BDC

Black with #A13BDC

Text Example


Text Example

White with #A13BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BDC; }

 p { color: rgb(161,59,220); }

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

background-color css

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

 a { background-color: rgb(161,59,220); }

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

border-color css

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

 span { border-color: rgb(161,59,220); }

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