Html Css Color HEX #A137DA Dark Orchid

📋 copy color: '#A137DA'

red 161 ◦ green 55 ◦ blue 218

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

Shades of Dark Orchid #A137DA

Tints of Dark Orchid #A137DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 37.1%
G = 12.67%
B = 50.23%

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

#A137DA (or 0xA137DA) is known color: Dark Orchid. HEX triplet: A1, 37 and DA. RGB value is (161,55,218). Sum of RGB (Red+Green+Blue) = 161+55+218=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #A137DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137DA is #5EC825. Grayscale: #686868. Windows color (decimal): -6211622 or 14301089. OLE color: 14301089.

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

Color convert

RGB 161 55 218 -
CMYK 0.26 0.75 0 0.15
HSL 279.02º 0.69% 0.54% -
HSV(B) 279.02º 0.75% 0.85% -
XYZ 28.72 15.37 67.78 -
YUV 105.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 161 55 218 0.26 0.75 0 0.15 279.02 0.69 0.54
Hex A1 37 DA 1A 4B 0 F 117 45 36
Octal 241 67 332 32 113 0 17 427 105 66
Binary 10100001 110111 11011010 11010 1001011 0 1111 100010111 1000101 110110

Color Harmonies of #A137DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137DA

Black with #A137DA

Text Example


Text Example

White with #A137DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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