Html Css Color HEX #A431EA Blue Violet

📋 copy color: '#A431EA'

red 164 ◦ green 49 ◦ blue 234

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

Shades of Blue Violet #A431EA

Tints of Blue Violet #A431EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 36.69%
G = 10.96%
B = 52.35%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A431EA (or 0xA431EA) is known color: Blue Violet. HEX triplet: A4, 31 and EA. RGB value is (164,49,234). Sum of RGB (Red+Green+Blue) = 164+49+234=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #A431EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A431EA is #5BCE15. Grayscale: #676767. Windows color (decimal): -6016534 or 15348132. OLE color: 15348132.

HSL color Cylindrical-coordinate representation of color #A431EA: hue angle of 277.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A431EA is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 49 234 -
CMYK 0.30 0.79 0 0.08
HSL 277.3º 0.81% 0.55% -
HSV(B) 277.3º 0.79% 0.92% -
XYZ 31.26 16.03 79.29 -
YUV 104.48 201.1 170.46 -
System Red Green Blue C M Y K H S L
Decimal 164 49 234 0.30 0.79 0 0.08 277.3 0.81 0.55
Hex A4 31 EA 1E 4F 0 8 115 51 37
Octal 244 61 352 36 117 0 10 425 121 67
Binary 10100100 110001 11101010 11110 1001111 0 1000 100010101 1010001 110111

Color Harmonies of #A431EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431EA

Black with #A431EA

Text Example


Text Example

White with #A431EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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