Html Css Color HEX #A13BDD Dark Orchid

📋 copy color: '#A13BDD'

red 161 ◦ green 59 ◦ blue 221

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

Shades of Dark Orchid #A13BDD

Tints of Dark Orchid #A13BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 36.51%
G = 13.38%
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

#A13BDD (or 0xA13BDD) is known color: Dark Orchid. HEX triplet: A1, 3B and DD. RGB value is (161,59,221). Sum of RGB (Red+Green+Blue) = 161+59+221=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #A13BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13BDD is #5EC422. Grayscale: #6B6B6B. Windows color (decimal): -6210595 or 14498721. OLE color: 14498721.

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

Color convert

RGB 161 59 221 -
CMYK 0.27 0.73 0 0.13
HSL 277.78º 0.7% 0.55% -
HSV(B) 277.78º 0.73% 0.87% -
XYZ 29.31 15.93 69.94 -
YUV 107.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 161 59 221 0.27 0.73 0 0.13 277.78 0.7 0.55
Hex A1 3B DD 1B 49 0 D 116 46 37
Octal 241 73 335 33 111 0 15 426 106 67
Binary 10100001 111011 11011101 11011 1001001 0 1101 100010110 1000110 110111

Color Harmonies of #A13BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BDD

Black with #A13BDD

Text Example


Text Example

White with #A13BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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