Html Css Color HEX #A431FE Blue Violet

📋 copy color: '#A431FE'

red 164 ◦ green 49 ◦ blue 254

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

Shades of Blue Violet #A431FE

Tints of Blue Violet #A431FE

RGB

 RED value IS 164 (64.45% from 255) = 35.12%

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 35.12%
G = 10.49%
B = 54.39%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A431FE (or 0xA431FE) is known color: Blue Violet. HEX triplet: A4, 31 and FE. RGB value is (164,49,254). Sum of RGB (Red+Green+Blue) = 164+49+254=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #A431FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431FE is #5BCE01. Grayscale: #6A6A6A. Windows color (decimal): -6016514 or 16658852. OLE color: 16658852.

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

Color convert

RGB 164 49 254 -
CMYK 0.35 0.81 0 0.00
HSL 273.66º 0.99% 0.59% -
HSV(B) 273.66º 0.81% 1% -
XYZ 34.3 17.24 95.29 -
YUV 106.76 211.1 168.83 -
System Red Green Blue C M Y K H S L
Decimal 164 49 254 0.35 0.81 0 0.00 273.66 0.99 0.59
Hex A4 31 FE 23 51 0 0 112 63 3B
Octal 244 61 376 43 121 0 0 422 143 73
Binary 10100100 110001 11111110 100011 1010001 0 0 100010010 1100011 111011

Color Harmonies of #A431FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431FE

Black with #A431FE

Text Example


Text Example

White with #A431FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431FE; }

 p { color: rgb(164,49,254); }

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

background-color css

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

 a { background-color: rgb(164,49,254); }

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

border-color css

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

 span { border-color: rgb(164,49,254); }

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