Html Css Color HEX #A125F9 Blue Violet

📋 copy color: '#A125F9'

red 161 ◦ green 37 ◦ blue 249

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

Shades of Blue Violet #A125F9

Tints of Blue Violet #A125F9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.28%

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

R = 36.02%
G = 8.28%
B = 55.7%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A125F9 (or 0xA125F9) is known color: Blue Violet. HEX triplet: A1, 25 and F9. RGB value is (161,37,249). Sum of RGB (Red+Green+Blue) = 161+37+249=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #A125F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125F9 is #5EDA06. Grayscale: #616161. Windows color (decimal): -6216199 or 16328097. OLE color: 16328097.

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

Color convert

RGB 161 37 249 -
CMYK 0.35 0.85 0 0.02
HSL 275.09º 0.95% 0.56% -
HSV(B) 275.09º 0.85% 0.98% -
XYZ 32.46 15.74 90.95 -
YUV 98.24 213.08 172.76 -
System Red Green Blue C M Y K H S L
Decimal 161 37 249 0.35 0.85 0 0.02 275.09 0.95 0.56
Hex A1 25 F9 23 55 0 2 113 5F 38
Octal 241 45 371 43 125 0 2 423 137 70
Binary 10100001 100101 11111001 100011 1010101 0 10 100010011 1011111 111000

Color Harmonies of #A125F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125F9

Black with #A125F9

Text Example


Text Example

White with #A125F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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