Html Css Color HEX #A13CDD Dark Orchid

📋 copy color: '#A13CDD'

red 161 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #A13CDD

Tints of Dark Orchid #A13CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 36.43%
G = 13.57%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A13CDD (or 0xA13CDD) is known color: Dark Orchid. HEX triplet: A1, 3C and DD. RGB value is (161,60,221). Sum of RGB (Red+Green+Blue) = 161+60+221=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #A13CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CDD is #5EC322. Grayscale: #6C6C6C. Windows color (decimal): -6210339 or 14498977. OLE color: 14498977.

HSL color Cylindrical-coordinate representation of color #A13CDD: hue angle of 277.64º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13CDD is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 60 221 -
CMYK 0.27 0.73 0 0.13
HSL 277.64º 0.7% 0.55% -
HSV(B) 277.64º 0.73% 0.87% -
XYZ 29.36 16.03 69.95 -
YUV 108.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 161 60 221 0.27 0.73 0 0.13 277.64 0.7 0.55
Hex A1 3C DD 1B 49 0 D 116 46 37
Octal 241 74 335 33 111 0 15 426 106 67
Binary 10100001 111100 11011101 11011 1001001 0 1101 100010110 1000110 110111

Color Harmonies of #A13CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CDD

Black with #A13CDD

Text Example


Text Example

White with #A13CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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