Html Css Color HEX #A137FA Blue Violet

📋 copy color: '#A137FA'

red 161 ◦ green 55 ◦ blue 250

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

Shades of Blue Violet #A137FA

Tints of Blue Violet #A137FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 34.55%
G = 11.8%
B = 53.65%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A137FA (or 0xA137FA) is known color: Blue Violet. HEX triplet: A1, 37 and FA. RGB value is (161,55,250). Sum of RGB (Red+Green+Blue) = 161+55+250=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #A137FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A137FA is #5EC805. Grayscale: #6C6C6C. Windows color (decimal): -6211590 or 16398241. OLE color: 16398241.

HSL color Cylindrical-coordinate representation of color #A137FA: hue angle of 272.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A137FA is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 55 250 -
CMYK 0.36 0.78 0 0.02
HSL 272.62º 0.95% 0.6% -
HSV(B) 272.62º 0.78% 0.98% -
XYZ 33.32 17.21 92.01 -
YUV 108.92 207.62 165.14 -
System Red Green Blue C M Y K H S L
Decimal 161 55 250 0.36 0.78 0 0.02 272.62 0.95 0.6
Hex A1 37 FA 24 4E 0 2 111 5F 3C
Octal 241 67 372 44 116 0 2 421 137 74
Binary 10100001 110111 11111010 100100 1001110 0 10 100010001 1011111 111100

Color Harmonies of #A137FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137FA

Black with #A137FA

Text Example


Text Example

White with #A137FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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