Html Css Color HEX #A431EC Blue Violet

📋 copy color: '#A431EC'

red 164 ◦ green 49 ◦ blue 236

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

Shades of Blue Violet #A431EC

Tints of Blue Violet #A431EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 36.53%
G = 10.91%
B = 52.56%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A431EC (or 0xA431EC) is known color: Blue Violet. HEX triplet: A4, 31 and EC. RGB value is (164,49,236). Sum of RGB (Red+Green+Blue) = 164+49+236=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #A431EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431EC is #5BCE13. Grayscale: #686868. Windows color (decimal): -6016532 or 15479204. OLE color: 15479204.

HSL color Cylindrical-coordinate representation of color #A431EC: hue angle of 276.9º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A431EC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 49 236 -
CMYK 0.31 0.79 0 0.07
HSL 276.9º 0.83% 0.56% -
HSV(B) 276.9º 0.79% 0.93% -
XYZ 31.55 16.15 80.81 -
YUV 104.7 202.1 170.29 -
System Red Green Blue C M Y K H S L
Decimal 164 49 236 0.31 0.79 0 0.07 276.9 0.83 0.56
Hex A4 31 EC 1F 4F 0 7 115 53 38
Octal 244 61 354 37 117 0 7 425 123 70
Binary 10100100 110001 11101100 11111 1001111 0 111 100010101 1010011 111000

Color Harmonies of #A431EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431EC

Black with #A431EC

Text Example


Text Example

White with #A431EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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