Html Css Color HEX #A13AD6 Dark Orchid

📋 copy color: '#A13AD6'

red 161 ◦ green 58 ◦ blue 214

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

Shades of Dark Orchid #A13AD6

Tints of Dark Orchid #A13AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.39%

 BLUE value IS 214 (83.98% from 255) = 49.42%

R = 37.18%
G = 13.39%
B = 49.42%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A13AD6 (or 0xA13AD6) is known color: Dark Orchid. HEX triplet: A1, 3A and D6. RGB value is (161,58,214). Sum of RGB (Red+Green+Blue) = 161+58+214=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #A13AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13AD6 is #5EC529. Grayscale: #6A6A6A. Windows color (decimal): -6210858 or 14039713. OLE color: 14039713.

HSL color Cylindrical-coordinate representation of color #A13AD6: hue angle of 279.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13AD6 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 58 214 -
CMYK 0.25 0.73 0 0.16
HSL 279.62º 0.66% 0.53% -
HSV(B) 279.62º 0.73% 0.84% -
XYZ 28.35 15.46 65.11 -
YUV 106.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 161 58 214 0.25 0.73 0 0.16 279.62 0.66 0.53
Hex A1 3A D6 19 49 0 10 118 42 35
Octal 241 72 326 31 111 0 20 430 102 65
Binary 10100001 111010 11010110 11001 1001001 0 10000 100011000 1000010 110101

Color Harmonies of #A13AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13AD6

Black with #A13AD6

Text Example


Text Example

White with #A13AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13AD6; }

 p { color: rgb(161,58,214); }

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

background-color css

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

 a { background-color: rgb(161,58,214); }

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

border-color css

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

 span { border-color: rgb(161,58,214); }

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