Html Css Color HEX #A140F9 Blue Violet

📋 copy color: '#A140F9'

red 161 ◦ green 64 ◦ blue 249

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

Shades of Blue Violet #A140F9

Tints of Blue Violet #A140F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

 BLUE value IS 249 (97.66% from 255) = 52.53%

R = 33.97%
G = 13.5%
B = 52.53%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A140F9 (or 0xA140F9) is known color: Blue Violet. HEX triplet: A1, 40 and F9. RGB value is (161,64,249). Sum of RGB (Red+Green+Blue) = 161+64+249=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #A140F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A140F9 is #5EBF06. Grayscale: #717171. Windows color (decimal): -6209287 or 16335009. OLE color: 16335009.

HSL color Cylindrical-coordinate representation of color #A140F9: hue angle of 271.46º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A140F9 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 64 249 -
CMYK 0.35 0.74 0 0.02
HSL 271.46º 0.94% 0.61% -
HSV(B) 271.46º 0.74% 0.98% -
XYZ 33.63 18.08 91.34 -
YUV 114.09 204.14 161.46 -
System Red Green Blue C M Y K H S L
Decimal 161 64 249 0.35 0.74 0 0.02 271.46 0.94 0.61
Hex A1 40 F9 23 4A 0 2 10F 5E 3D
Octal 241 100 371 43 112 0 2 417 136 75
Binary 10100001 1000000 11111001 100011 1001010 0 10 100001111 1011110 111101

Color Harmonies of #A140F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140F9

Black with #A140F9

Text Example


Text Example

White with #A140F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140F9; }

 p { color: rgb(161,64,249); }

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

background-color css

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

 a { background-color: rgb(161,64,249); }

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

border-color css

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

 span { border-color: rgb(161,64,249); }

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