Html Css Color HEX #A431FF Blue Violet

📋 copy color: '#A431FF'

red 164 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #A431FF

Tints of Blue Violet #A431FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 35.04%
G = 10.47%
B = 54.49%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A431FF (or 0xA431FF) is known color: Blue Violet. HEX triplet: A4, 31 and FF. RGB value is (164,49,255). Sum of RGB (Red+Green+Blue) = 164+49+255=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #A431FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431FF is #5BCE00. Grayscale: #6A6A6A. Windows color (decimal): -6016513 or 16724388. OLE color: 16724388.

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

Color convert

RGB 164 49 255 -
CMYK 0.36 0.81 0 0
HSL 273.5º 1% 0.6% -
HSV(B) 273.5º 0.81% 1% -
XYZ 34.46 17.31 96.13 -
YUV 106.87 211.6 168.75 -
System Red Green Blue C M Y K H S L
Decimal 164 49 255 0.36 0.81 0 0 273.5 1 0.6
Hex A4 31 FF 24 51 0 0 111 64 3C
Octal 244 61 377 44 121 0 0 421 144 74
Binary 10100100 110001 11111111 100100 1010001 0 0 100010001 1100100 111100

Color Harmonies of #A431FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431FF

Black with #A431FF

Text Example


Text Example

White with #A431FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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