Html Css Color HEX #A137BD Dark Orchid

📋 copy color: '#A137BD'

red 161 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #A137BD

Tints of Dark Orchid #A137BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 39.75%
G = 13.58%
B = 46.67%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A137BD (or 0xA137BD) is known color: Dark Orchid. HEX triplet: A1, 37 and BD. RGB value is (161,55,189). Sum of RGB (Red+Green+Blue) = 161+55+189=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #A137BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137BD is #5EC842. Grayscale: #656565. Windows color (decimal): -6211651 or 12400545. OLE color: 12400545.

HSL color Cylindrical-coordinate representation of color #A137BD: hue angle of 287.46º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A137BD is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 55 189 -
CMYK 0.15 0.71 0 0.26
HSL 287.46º 0.55% 0.48% -
HSV(B) 287.46º 0.71% 0.74% -
XYZ 25.25 13.98 49.51 -
YUV 101.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 161 55 189 0.15 0.71 0 0.26 287.46 0.55 0.48
Hex A1 37 BD F 47 0 1A 11F 37 30
Octal 241 67 275 17 107 0 32 437 67 60
Binary 10100001 110111 10111101 1111 1000111 0 11010 100011111 110111 110000

Color Harmonies of #A137BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137BD

Black with #A137BD

Text Example


Text Example

White with #A137BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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