Html Css Color HEX #A137D9 Dark Orchid

📋 copy color: '#A137D9'

red 161 ◦ green 55 ◦ blue 217

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

Shades of Dark Orchid #A137D9

Tints of Dark Orchid #A137D9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.7%

 BLUE value IS 217 (85.16% from 255) = 50.12%

R = 37.18%
G = 12.7%
B = 50.12%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A137D9 (or 0xA137D9) is known color: Dark Orchid. HEX triplet: A1, 37 and D9. RGB value is (161,55,217). Sum of RGB (Red+Green+Blue) = 161+55+217=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #A137D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137D9 is #5EC826. Grayscale: #686868. Windows color (decimal): -6211623 or 14235553. OLE color: 14235553.

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

Color convert

RGB 161 55 217 -
CMYK 0.26 0.75 0 0.15
HSL 279.26º 0.68% 0.53% -
HSV(B) 279.26º 0.75% 0.85% -
XYZ 28.59 15.32 67.1 -
YUV 105.16 191.12 167.83 -
System Red Green Blue C M Y K H S L
Decimal 161 55 217 0.26 0.75 0 0.15 279.26 0.68 0.53
Hex A1 37 D9 1A 4B 0 F 117 44 35
Octal 241 67 331 32 113 0 17 427 104 65
Binary 10100001 110111 11011001 11010 1001011 0 1111 100010111 1000100 110101

Color Harmonies of #A137D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137D9

Black with #A137D9

Text Example


Text Example

White with #A137D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137D9; }

 p { color: rgb(161,55,217); }

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

background-color css

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

 a { background-color: rgb(161,55,217); }

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

border-color css

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

 span { border-color: rgb(161,55,217); }

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