Html Css Color HEX #A428EC Blue Violet

📋 copy color: '#A428EC'

red 164 ◦ green 40 ◦ blue 236

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

Shades of Blue Violet #A428EC

Tints of Blue Violet #A428EC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

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

R = 37.27%
G = 9.09%
B = 53.64%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A428EC (or 0xA428EC) is known color: Blue Violet. HEX triplet: A4, 28 and EC. RGB value is (164,40,236). Sum of RGB (Red+Green+Blue) = 164+40+236=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #A428EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A428EC is #5BD713. Grayscale: #626262. Windows color (decimal): -6018836 or 15476900. OLE color: 15476900.

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

Color convert

RGB 164 40 236 -
CMYK 0.31 0.83 0 0.07
HSL 277.96º 0.84% 0.54% -
HSV(B) 277.96º 0.83% 0.93% -
XYZ 31.21 15.47 80.7 -
YUV 99.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 164 40 236 0.31 0.83 0 0.07 277.96 0.84 0.54
Hex A4 28 EC 1F 53 0 7 116 54 36
Octal 244 50 354 37 123 0 7 426 124 66
Binary 10100100 101000 11101100 11111 1010011 0 111 100010110 1010100 110110

Color Harmonies of #A428EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428EC

Black with #A428EC

Text Example


Text Example

White with #A428EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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