Html Css Color HEX #A13DDA Dark Orchid

📋 copy color: '#A13DDA'

red 161 ◦ green 61 ◦ blue 218

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

Shades of Dark Orchid #A13DDA

Tints of Dark Orchid #A13DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 36.59%
G = 13.86%
B = 49.55%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A13DDA (or 0xA13DDA) is known color: Dark Orchid. HEX triplet: A1, 3D and DA. RGB value is (161,61,218). Sum of RGB (Red+Green+Blue) = 161+61+218=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #A13DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DDA is #5EC225. Grayscale: #6C6C6C. Windows color (decimal): -6210086 or 14302625. OLE color: 14302625.

HSL color Cylindrical-coordinate representation of color #A13DDA: hue angle of 278.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13DDA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 61 218 -
CMYK 0.26 0.72 0 0.15
HSL 278.22º 0.68% 0.55% -
HSV(B) 278.22º 0.72% 0.85% -
XYZ 29.02 15.98 67.88 -
YUV 108.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 161 61 218 0.26 0.72 0 0.15 278.22 0.68 0.55
Hex A1 3D DA 1A 48 0 F 116 44 37
Octal 241 75 332 32 110 0 17 426 104 67
Binary 10100001 111101 11011010 11010 1001000 0 1111 100010110 1000100 110111

Color Harmonies of #A13DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DDA

Black with #A13DDA

Text Example


Text Example

White with #A13DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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