Html Css Color HEX #A124FA Blue Violet

📋 copy color: '#A124FA'

red 161 ◦ green 36 ◦ blue 250

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

Shades of Blue Violet #A124FA

Tints of Blue Violet #A124FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 36.02%
G = 8.05%
B = 55.93%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A124FA (or 0xA124FA) is known color: Blue Violet. HEX triplet: A1, 24 and FA. RGB value is (161,36,250). Sum of RGB (Red+Green+Blue) = 161+36+250=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #A124FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A124FA is #5EDB05. Grayscale: #616161. Windows color (decimal): -6216454 or 16393377. OLE color: 16393377.

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

Color convert

RGB 161 36 250 -
CMYK 0.36 0.86 0 0.02
HSL 275.05º 0.96% 0.56% -
HSV(B) 275.05º 0.86% 0.98% -
XYZ 32.58 15.74 91.76 -
YUV 97.77 213.91 173.1 -
System Red Green Blue C M Y K H S L
Decimal 161 36 250 0.36 0.86 0 0.02 275.05 0.96 0.56
Hex A1 24 FA 24 56 0 2 113 60 38
Octal 241 44 372 44 126 0 2 423 140 70
Binary 10100001 100100 11111010 100100 1010110 0 10 100010011 1100000 111000

Color Harmonies of #A124FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124FA

Black with #A124FA

Text Example


Text Example

White with #A124FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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