Html Css Color HEX #A13DC9 Dark Orchid

📋 copy color: '#A13DC9'

red 161 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #A13DC9

Tints of Dark Orchid #A13DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 38.06%
G = 14.42%
B = 47.52%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A13DC9 (or 0xA13DC9) is known color: Dark Orchid. HEX triplet: A1, 3D and C9. RGB value is (161,61,201). Sum of RGB (Red+Green+Blue) = 161+61+201=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #A13DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DC9 is #5EC236. Grayscale: #6A6A6A. Windows color (decimal): -6210103 or 13188513. OLE color: 13188513.

HSL color Cylindrical-coordinate representation of color #A13DC9: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13DC9 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 61 201 -
CMYK 0.20 0.70 0 0.21
HSL 282.86º 0.56% 0.51% -
HSV(B) 282.86º 0.7% 0.79% -
XYZ 26.91 15.13 56.76 -
YUV 106.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 161 61 201 0.20 0.70 0 0.21 282.86 0.56 0.51
Hex A1 3D C9 14 46 0 15 11B 38 33
Octal 241 75 311 24 106 0 25 433 70 63
Binary 10100001 111101 11001001 10100 1000110 0 10101 100011011 111000 110011

Color Harmonies of #A13DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DC9

Black with #A13DC9

Text Example


Text Example

White with #A13DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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