Html Css Color HEX #A131FD Blue Violet

📋 copy color: '#A131FD'

red 161 ◦ green 49 ◦ blue 253

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

Shades of Blue Violet #A131FD

Tints of Blue Violet #A131FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.58%

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

R = 34.77%
G = 10.58%
B = 54.64%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A131FD (or 0xA131FD) is known color: Blue Violet. HEX triplet: A1, 31 and FD. RGB value is (161,49,253). Sum of RGB (Red+Green+Blue) = 161+49+253=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #A131FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A131FD is #5ECE02. Grayscale: #696969. Windows color (decimal): -6213123 or 16593313. OLE color: 16593313.

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

Color convert

RGB 161 49 253 -
CMYK 0.36 0.81 0 0.01
HSL 272.94º 0.98% 0.59% -
HSV(B) 272.94º 0.81% 0.99% -
XYZ 33.53 16.87 94.42 -
YUV 105.74 211.11 167.41 -
System Red Green Blue C M Y K H S L
Decimal 161 49 253 0.36 0.81 0 0.01 272.94 0.98 0.59
Hex A1 31 FD 24 51 0 1 111 62 3B
Octal 241 61 375 44 121 0 1 421 142 73
Binary 10100001 110001 11111101 100100 1010001 0 1 100010001 1100010 111011

Color Harmonies of #A131FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A131FD

Black with #A131FD

Text Example


Text Example

White with #A131FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A131FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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