Html Css Color HEX #A13DB9 Dark Orchid

📋 copy color: '#A13DB9'

red 161 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #A13DB9

Tints of Dark Orchid #A13DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 39.56%
G = 14.99%
B = 45.45%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A13DB9 (or 0xA13DB9) is known color: Dark Orchid. HEX triplet: A1, 3D and B9. RGB value is (161,61,185). Sum of RGB (Red+Green+Blue) = 161+61+185=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #A13DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DB9 is #5EC246. Grayscale: #686868. Windows color (decimal): -6210119 or 12139937. OLE color: 12139937.

HSL color Cylindrical-coordinate representation of color #A13DB9: hue angle of 288.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13DB9 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 61 185 -
CMYK 0.13 0.67 0 0.27
HSL 288.39º 0.5% 0.48% -
HSV(B) 288.39º 0.67% 0.73% -
XYZ 25.12 14.42 47.36 -
YUV 105.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 161 61 185 0.13 0.67 0 0.27 288.39 0.5 0.48
Hex A1 3D B9 D 43 0 1B 120 32 30
Octal 241 75 271 15 103 0 33 440 62 60
Binary 10100001 111101 10111001 1101 1000011 0 11011 100100000 110010 110000

Color Harmonies of #A13DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DB9

Black with #A13DB9

Text Example


Text Example

White with #A13DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DB9; }

 p { color: rgb(161,61,185); }

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

background-color css

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

 a { background-color: rgb(161,61,185); }

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

border-color css

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

 span { border-color: rgb(161,61,185); }

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