Html Css Color HEX #A125EC Blue Violet

📋 copy color: '#A125EC'

red 161 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #A125EC

Tints of Blue Violet #A125EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 37.1%
G = 8.53%
B = 54.38%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A125EC (or 0xA125EC) is known color: Blue Violet. HEX triplet: A1, 25 and EC. RGB value is (161,37,236). Sum of RGB (Red+Green+Blue) = 161+37+236=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #A125EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125EC is #5EDA13. Grayscale: #606060. Windows color (decimal): -6216212 or 15476129. OLE color: 15476129.

HSL color Cylindrical-coordinate representation of color #A125EC: hue angle of 277.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A125EC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 37 236 -
CMYK 0.32 0.84 0 0.07
HSL 277.39º 0.84% 0.54% -
HSV(B) 277.39º 0.84% 0.93% -
XYZ 30.5 14.96 80.64 -
YUV 96.76 206.58 173.82 -
System Red Green Blue C M Y K H S L
Decimal 161 37 236 0.32 0.84 0 0.07 277.39 0.84 0.54
Hex A1 25 EC 20 54 0 7 115 54 36
Octal 241 45 354 40 124 0 7 425 124 66
Binary 10100001 100101 11101100 100000 1010100 0 111 100010101 1010100 110110

Color Harmonies of #A125EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125EC

Black with #A125EC

Text Example


Text Example

White with #A125EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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