Html Css Color HEX #A13CD2 Dark Orchid

📋 copy color: '#A13CD2'

red 161 ◦ green 60 ◦ blue 210

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

Shades of Dark Orchid #A13CD2

Tints of Dark Orchid #A13CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 37.35%
G = 13.92%
B = 48.72%

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

#A13CD2 (or 0xA13CD2) is known color: Dark Orchid. HEX triplet: A1, 3C and D2. RGB value is (161,60,210). Sum of RGB (Red+Green+Blue) = 161+60+210=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #A13CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CD2 is #5EC32D. Grayscale: #6A6A6A. Windows color (decimal): -6210350 or 13778081. OLE color: 13778081.

HSL color Cylindrical-coordinate representation of color #A13CD2: hue angle of 280.4º degrees, saturation: 0.62, 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 #A13CD2 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 60 210 -
CMYK 0.23 0.71 0 0.18
HSL 280.4º 0.63% 0.53% -
HSV(B) 280.4º 0.71% 0.82% -
XYZ 27.95 15.46 62.48 -
YUV 107.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 161 60 210 0.23 0.71 0 0.18 280.4 0.63 0.53
Hex A1 3C D2 17 47 0 12 118 3E 35
Octal 241 74 322 27 107 0 22 430 76 65
Binary 10100001 111100 11010010 10111 1000111 0 10010 100011000 111110 110101

Color Harmonies of #A13CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CD2

Black with #A13CD2

Text Example


Text Example

White with #A13CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CD2; }

 p { color: rgb(161,60,210); }

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

background-color css

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

 a { background-color: rgb(161,60,210); }

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

border-color css

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

 span { border-color: rgb(161,60,210); }

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