Html Css Color HEX #A137DE Dark Orchid

📋 copy color: '#A137DE'

red 161 ◦ green 55 ◦ blue 222

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

Shades of Dark Orchid #A137DE

Tints of Dark Orchid #A137DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 36.76%
G = 12.56%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A137DE (or 0xA137DE) is known color: Dark Orchid. HEX triplet: A1, 37 and DE. RGB value is (161,55,222). Sum of RGB (Red+Green+Blue) = 161+55+222=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #A137DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137DE is #5EC821. Grayscale: #696969. Windows color (decimal): -6211618 or 14563233. OLE color: 14563233.

HSL color Cylindrical-coordinate representation of color #A137DE: hue angle of 278.08º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A137DE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 55 222 -
CMYK 0.27 0.75 0 0.13
HSL 278.08º 0.72% 0.54% -
HSV(B) 278.08º 0.75% 0.87% -
XYZ 29.25 15.58 70.57 -
YUV 105.73 193.62 167.42 -
System Red Green Blue C M Y K H S L
Decimal 161 55 222 0.27 0.75 0 0.13 278.08 0.72 0.54
Hex A1 37 DE 1B 4B 0 D 116 48 36
Octal 241 67 336 33 113 0 15 426 110 66
Binary 10100001 110111 11011110 11011 1001011 0 1101 100010110 1001000 110110

Color Harmonies of #A137DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137DE

Black with #A137DE

Text Example


Text Example

White with #A137DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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