Html Css Color HEX #A145F9 Blue Violet

📋 copy color: '#A145F9'

red 161 ◦ green 69 ◦ blue 249

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

Shades of Blue Violet #A145F9

Tints of Blue Violet #A145F9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.41%

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

R = 33.61%
G = 14.41%
B = 51.98%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A145F9 (or 0xA145F9) is known color: Blue Violet. HEX triplet: A1, 45 and F9. RGB value is (161,69,249). Sum of RGB (Red+Green+Blue) = 161+69+249=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #A145F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145F9 is #5EBA06. Grayscale: #747474. Windows color (decimal): -6208007 or 16336289. OLE color: 16336289.

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

Color convert

RGB 161 69 249 -
CMYK 0.35 0.72 0 0.02
HSL 270.67º 0.94% 0.62% -
HSV(B) 270.67º 0.72% 0.98% -
XYZ 33.92 18.67 91.44 -
YUV 117.03 202.48 159.36 -
System Red Green Blue C M Y K H S L
Decimal 161 69 249 0.35 0.72 0 0.02 270.67 0.94 0.62
Hex A1 45 F9 23 48 0 2 10F 5E 3E
Octal 241 105 371 43 110 0 2 417 136 76
Binary 10100001 1000101 11111001 100011 1001000 0 10 100001111 1011110 111110

Color Harmonies of #A145F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A145F9

Black with #A145F9

Text Example


Text Example

White with #A145F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A145F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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