Html Css Color HEX #A124F1 Blue Violet

📋 copy color: '#A124F1'

red 161 ◦ green 36 ◦ blue 241

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

Shades of Blue Violet #A124F1

Tints of Blue Violet #A124F1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.22%

 BLUE value IS 241 (94.53% from 255) = 55.02%

R = 36.76%
G = 8.22%
B = 55.02%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A124F1 (or 0xA124F1) is known color: Blue Violet. HEX triplet: A1, 24 and F1. RGB value is (161,36,241). Sum of RGB (Red+Green+Blue) = 161+36+241=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #A124F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A124F1 is #5EDB0E. Grayscale: #606060. Windows color (decimal): -6216463 or 15803553. OLE color: 15803553.

HSL color Cylindrical-coordinate representation of color #A124F1: hue angle of 276.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A124F1 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 36 241 -
CMYK 0.33 0.85 0 0.05
HSL 276.59º 0.88% 0.54% -
HSV(B) 276.59º 0.85% 0.95% -
XYZ 31.21 15.19 84.51 -
YUV 96.75 209.41 173.83 -
System Red Green Blue C M Y K H S L
Decimal 161 36 241 0.33 0.85 0 0.05 276.59 0.88 0.54
Hex A1 24 F1 21 55 0 5 115 58 36
Octal 241 44 361 41 125 0 5 425 130 66
Binary 10100001 100100 11110001 100001 1010101 0 101 100010101 1011000 110110

Color Harmonies of #A124F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124F1

Black with #A124F1

Text Example


Text Example

White with #A124F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124F1; }

 p { color: rgb(161,36,241); }

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

background-color css

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

 a { background-color: rgb(161,36,241); }

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

border-color css

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

 span { border-color: rgb(161,36,241); }

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