Html Css Color HEX #A137EC Blue Violet

📋 copy color: '#A137EC'

red 161 ◦ green 55 ◦ blue 236

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

Shades of Blue Violet #A137EC

Tints of Blue Violet #A137EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 35.62%
G = 12.17%
B = 52.21%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A137EC (or 0xA137EC) is known color: Blue Violet. HEX triplet: A1, 37 and EC. RGB value is (161,55,236). Sum of RGB (Red+Green+Blue) = 161+55+236=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #A137EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A137EC is #5EC813. Grayscale: #6A6A6A. Windows color (decimal): -6211604 or 15480737. OLE color: 15480737.

HSL color Cylindrical-coordinate representation of color #A137EC: hue angle of 275.14º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A137EC is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 55 236 -
CMYK 0.32 0.77 0 0.07
HSL 275.14º 0.83% 0.57% -
HSV(B) 275.14º 0.77% 0.93% -
XYZ 31.2 16.37 80.87 -
YUV 107.33 200.62 166.28 -
System Red Green Blue C M Y K H S L
Decimal 161 55 236 0.32 0.77 0 0.07 275.14 0.83 0.57
Hex A1 37 EC 20 4D 0 7 113 53 39
Octal 241 67 354 40 115 0 7 423 123 71
Binary 10100001 110111 11101100 100000 1001101 0 111 100010011 1010011 111001

Color Harmonies of #A137EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137EC

Black with #A137EC

Text Example


Text Example

White with #A137EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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