Html Css Color HEX #A13DBF Dark Orchid

📋 copy color: '#A13DBF'

red 161 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #A13DBF

Tints of Dark Orchid #A13DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 38.98%
G = 14.77%
B = 46.25%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A13DBF (or 0xA13DBF) is known color: Dark Orchid. HEX triplet: A1, 3D and BF. RGB value is (161,61,191). Sum of RGB (Red+Green+Blue) = 161+61+191=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #A13DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DBF is #5EC240. Grayscale: #696969. Windows color (decimal): -6210113 or 12533153. OLE color: 12533153.

HSL color Cylindrical-coordinate representation of color #A13DBF: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13DBF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 61 191 -
CMYK 0.16 0.68 0 0.25
HSL 286.15º 0.52% 0.49% -
HSV(B) 286.15º 0.68% 0.75% -
XYZ 25.77 14.68 50.76 -
YUV 105.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 161 61 191 0.16 0.68 0 0.25 286.15 0.52 0.49
Hex A1 3D BF 10 44 0 19 11E 34 31
Octal 241 75 277 20 104 0 31 436 64 61
Binary 10100001 111101 10111111 10000 1000100 0 11001 100011110 110100 110001

Color Harmonies of #A13DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DBF

Black with #A13DBF

Text Example


Text Example

White with #A13DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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