Html Css Color HEX #A125FE Blue Violet

📋 copy color: '#A125FE'

red 161 ◦ green 37 ◦ blue 254

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

Shades of Blue Violet #A125FE

Tints of Blue Violet #A125FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 35.62%
G = 8.19%
B = 56.19%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A125FE (or 0xA125FE) is known color: Blue Violet. HEX triplet: A1, 25 and FE. RGB value is (161,37,254). Sum of RGB (Red+Green+Blue) = 161+37+254=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #A125FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125FE is #5EDA01. Grayscale: #626262. Windows color (decimal): -6216194 or 16655777. OLE color: 16655777.

HSL color Cylindrical-coordinate representation of color #A125FE: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A125FE is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 37 254 -
CMYK 0.37 0.85 0 0.00
HSL 274.29º 0.99% 0.57% -
HSV(B) 274.29º 0.85% 1% -
XYZ 33.25 16.06 95.11 -
YUV 98.81 215.58 172.36 -
System Red Green Blue C M Y K H S L
Decimal 161 37 254 0.37 0.85 0 0.00 274.29 0.99 0.57
Hex A1 25 FE 25 55 0 0 112 63 39
Octal 241 45 376 45 125 0 0 422 143 71
Binary 10100001 100101 11111110 100101 1010101 0 0 100010010 1100011 111001

Color Harmonies of #A125FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125FE

Black with #A125FE

Text Example


Text Example

White with #A125FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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