Html Css Color HEX #A137BA Dark Orchid

📋 copy color: '#A137BA'

red 161 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #A137BA

Tints of Dark Orchid #A137BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 40.05%
G = 13.68%
B = 46.27%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A137BA (or 0xA137BA) is known color: Dark Orchid. HEX triplet: A1, 37 and BA. RGB value is (161,55,186). Sum of RGB (Red+Green+Blue) = 161+55+186=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #A137BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137BA is #5EC845. Grayscale: #656565. Windows color (decimal): -6211654 or 12203937. OLE color: 12203937.

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

Color convert

RGB 161 55 186 -
CMYK 0.13 0.70 0 0.27
HSL 288.55º 0.54% 0.47% -
HSV(B) 288.55º 0.7% 0.73% -
XYZ 24.93 13.85 47.81 -
YUV 101.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 161 55 186 0.13 0.70 0 0.27 288.55 0.54 0.47
Hex A1 37 BA D 46 0 1B 121 36 2F
Octal 241 67 272 15 106 0 33 441 66 57
Binary 10100001 110111 10111010 1101 1000110 0 11011 100100001 110110 101111

Color Harmonies of #A137BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137BA

Black with #A137BA

Text Example


Text Example

White with #A137BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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