Html Css Color HEX #A136DD Dark Orchid

📋 copy color: '#A136DD'

red 161 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #A136DD

Tints of Dark Orchid #A136DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.39%

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

R = 36.93%
G = 12.39%
B = 50.69%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A136DD (or 0xA136DD) is known color: Dark Orchid. HEX triplet: A1, 36 and DD. RGB value is (161,54,221). Sum of RGB (Red+Green+Blue) = 161+54+221=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A136DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136DD is #5EC922. Grayscale: #686868. Windows color (decimal): -6211875 or 14497441. OLE color: 14497441.

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

Color convert

RGB 161 54 221 -
CMYK 0.27 0.76 0 0.13
HSL 278.44º 0.71% 0.54% -
HSV(B) 278.44º 0.76% 0.87% -
XYZ 29.07 15.44 69.85 -
YUV 105.03 193.45 167.92 -
System Red Green Blue C M Y K H S L
Decimal 161 54 221 0.27 0.76 0 0.13 278.44 0.71 0.54
Hex A1 36 DD 1B 4C 0 D 116 47 36
Octal 241 66 335 33 114 0 15 426 107 66
Binary 10100001 110110 11011101 11011 1001100 0 1101 100010110 1000111 110110

Color Harmonies of #A136DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136DD

Black with #A136DD

Text Example


Text Example

White with #A136DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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