Html Css Color HEX #A13DD6 Dark Orchid

📋 copy color: '#A13DD6'

red 161 ◦ green 61 ◦ blue 214

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

Shades of Dark Orchid #A13DD6

Tints of Dark Orchid #A13DD6

RGB

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

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

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

R = 36.93%
G = 13.99%
B = 49.08%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A13DD6 (or 0xA13DD6) is known color: Dark Orchid. HEX triplet: A1, 3D and D6. RGB value is (161,61,214). Sum of RGB (Red+Green+Blue) = 161+61+214=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #A13DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DD6 is #5EC229. Grayscale: #6B6B6B. Windows color (decimal): -6210090 or 14040481. OLE color: 14040481.

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

Color convert

RGB 161 61 214 -
CMYK 0.25 0.71 0 0.16
HSL 279.22º 0.65% 0.54% -
HSV(B) 279.22º 0.71% 0.84% -
XYZ 28.5 15.77 65.16 -
YUV 108.34 187.63 165.56 -
System Red Green Blue C M Y K H S L
Decimal 161 61 214 0.25 0.71 0 0.16 279.22 0.65 0.54
Hex A1 3D D6 19 47 0 10 117 41 36
Octal 241 75 326 31 107 0 20 427 101 66
Binary 10100001 111101 11010110 11001 1000111 0 10000 100010111 1000001 110110

Color Harmonies of #A13DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DD6

Black with #A13DD6

Text Example


Text Example

White with #A13DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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