Html Css Color HEX #A137BC Dark Orchid

📋 copy color: '#A137BC'

red 161 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #A137BC

Tints of Dark Orchid #A137BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 39.85%
G = 13.61%
B = 46.53%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A137BC (or 0xA137BC) is known color: Dark Orchid. HEX triplet: A1, 37 and BC. RGB value is (161,55,188). Sum of RGB (Red+Green+Blue) = 161+55+188=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A137BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137BC is #5EC843. Grayscale: #656565. Windows color (decimal): -6211652 or 12335009. OLE color: 12335009.

HSL color Cylindrical-coordinate representation of color #A137BC: hue angle of 287.82º 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 #A137BC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 55 188 -
CMYK 0.14 0.71 0 0.26
HSL 287.82º 0.55% 0.48% -
HSV(B) 287.82º 0.71% 0.74% -
XYZ 25.14 13.94 48.94 -
YUV 101.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 161 55 188 0.14 0.71 0 0.26 287.82 0.55 0.48
Hex A1 37 BC E 47 0 1A 120 37 30
Octal 241 67 274 16 107 0 32 440 67 60
Binary 10100001 110111 10111100 1110 1000111 0 11010 100100000 110111 110000

Color Harmonies of #A137BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137BC

Black with #A137BC

Text Example


Text Example

White with #A137BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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