Html Css Color HEX #A124FD Blue Violet

📋 copy color: '#A124FD'

red 161 ◦ green 36 ◦ blue 253

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

Shades of Blue Violet #A124FD

Tints of Blue Violet #A124FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 35.78%
G = 8%
B = 56.22%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A124FD (or 0xA124FD) is known color: Blue Violet. HEX triplet: A1, 24 and FD. RGB value is (161,36,253). Sum of RGB (Red+Green+Blue) = 161+36+253=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #A124FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A124FD is #5EDB02. Grayscale: #616161. Windows color (decimal): -6216451 or 16589985. OLE color: 16589985.

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

Color convert

RGB 161 36 253 -
CMYK 0.36 0.86 0 0.01
HSL 274.56º 0.98% 0.57% -
HSV(B) 274.56º 0.86% 0.99% -
XYZ 33.06 15.93 94.26 -
YUV 98.11 215.41 172.86 -
System Red Green Blue C M Y K H S L
Decimal 161 36 253 0.36 0.86 0 0.01 274.56 0.98 0.57
Hex A1 24 FD 24 56 0 1 113 62 39
Octal 241 44 375 44 126 0 1 423 142 71
Binary 10100001 100100 11111101 100100 1010110 0 1 100010011 1100010 111001

Color Harmonies of #A124FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124FD

Black with #A124FD

Text Example


Text Example

White with #A124FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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