Html Css Color HEX #A13DD0 Dark Orchid

📋 copy color: '#A13DD0'

red 161 ◦ green 61 ◦ blue 208

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

Shades of Dark Orchid #A13DD0

Tints of Dark Orchid #A13DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.37%

R = 37.44%
G = 14.19%
B = 48.37%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A13DD0 (or 0xA13DD0) is known color: Dark Orchid. HEX triplet: A1, 3D and D0. RGB value is (161,61,208). Sum of RGB (Red+Green+Blue) = 161+61+208=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #A13DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DD0 is #5EC22F. Grayscale: #6B6B6B. Windows color (decimal): -6210096 or 13647265. OLE color: 13647265.

HSL color Cylindrical-coordinate representation of color #A13DD0: hue angle of 280.82º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A13DD0 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 61 208 -
CMYK 0.23 0.71 0 0.18
HSL 280.82º 0.61% 0.53% -
HSV(B) 280.82º 0.71% 0.82% -
XYZ 27.75 15.47 61.2 -
YUV 107.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 161 61 208 0.23 0.71 0 0.18 280.82 0.61 0.53
Hex A1 3D D0 17 47 0 12 119 3D 35
Octal 241 75 320 27 107 0 22 431 75 65
Binary 10100001 111101 11010000 10111 1000111 0 10010 100011001 111101 110101

Color Harmonies of #A13DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DD0

Black with #A13DD0

Text Example


Text Example

White with #A13DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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