Html Css Color HEX #A137B0 Dark Orchid

📋 copy color: '#A137B0'

red 161 ◦ green 55 ◦ blue 176

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

Shades of Dark Orchid #A137B0

Tints of Dark Orchid #A137B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 41.07%
G = 14.03%
B = 44.9%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A137B0 (or 0xA137B0) is known color: Dark Orchid. HEX triplet: A1, 37 and B0. RGB value is (161,55,176). Sum of RGB (Red+Green+Blue) = 161+55+176=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #A137B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A137B0 is #5EC84F. Grayscale: #646464. Windows color (decimal): -6211664 or 11548577. OLE color: 11548577.

HSL color Cylindrical-coordinate representation of color #A137B0: hue angle of 292.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A137B0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 55 176 -
CMYK 0.09 0.69 0 0.31
HSL 292.56º 0.52% 0.45% -
HSV(B) 292.56º 0.69% 0.69% -
XYZ 23.9 13.44 42.41 -
YUV 100.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 161 55 176 0.09 0.69 0 0.31 292.56 0.52 0.45
Hex A1 37 B0 9 45 0 1F 125 34 2D
Octal 241 67 260 11 105 0 37 445 64 55
Binary 10100001 110111 10110000 1001 1000101 0 11111 100100101 110100 101101

Color Harmonies of #A137B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137B0

Black with #A137B0

Text Example


Text Example

White with #A137B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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