Html Css Color HEX #A428F8 Blue Violet

📋 copy color: '#A428F8'

red 164 ◦ green 40 ◦ blue 248

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

Shades of Blue Violet #A428F8

Tints of Blue Violet #A428F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.87%

R = 36.28%
G = 8.85%
B = 54.87%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A428F8 (or 0xA428F8) is known color: Blue Violet. HEX triplet: A4, 28 and F8. RGB value is (164,40,248). Sum of RGB (Red+Green+Blue) = 164+40+248=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #A428F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A428F8 is #5BD707. Grayscale: #646464. Windows color (decimal): -6018824 or 16263332. OLE color: 16263332.

HSL color Cylindrical-coordinate representation of color #A428F8: hue angle of 275.77º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A428F8 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 164 40 248 -
CMYK 0.34 0.84 0 0.03
HSL 275.77º 0.94% 0.56% -
HSV(B) 275.77º 0.84% 0.97% -
XYZ 33.01 16.19 90.19 -
YUV 100.79 211.08 173.09 -
System Red Green Blue C M Y K H S L
Decimal 164 40 248 0.34 0.84 0 0.03 275.77 0.94 0.56
Hex A4 28 F8 22 54 0 3 114 5E 38
Octal 244 50 370 42 124 0 3 424 136 70
Binary 10100100 101000 11111000 100010 1010100 0 11 100010100 1011110 111000

Color Harmonies of #A428F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428F8

Black with #A428F8

Text Example


Text Example

White with #A428F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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