Html Css Color HEX #A424EF Blue Violet

📋 copy color: '#A424EF'

red 164 ◦ green 36 ◦ blue 239

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

Shades of Blue Violet #A424EF

Tints of Blue Violet #A424EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.2%

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 37.36%
G = 8.2%
B = 54.44%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A424EF (or 0xA424EF) is known color: Blue Violet. HEX triplet: A4, 24 and EF. RGB value is (164,36,239). Sum of RGB (Red+Green+Blue) = 164+36+239=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #A424EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424EF is #5BDB10. Grayscale: #606060. Windows color (decimal): -6019857 or 15672484. OLE color: 15672484.

HSL color Cylindrical-coordinate representation of color #A424EF: hue angle of 277.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A424EF is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 36 239 -
CMYK 0.31 0.85 0 0.06
HSL 277.83º 0.86% 0.54% -
HSV(B) 277.83º 0.85% 0.94% -
XYZ 31.52 15.39 82.97 -
YUV 97.41 207.91 175.49 -
System Red Green Blue C M Y K H S L
Decimal 164 36 239 0.31 0.85 0 0.06 277.83 0.86 0.54
Hex A4 24 EF 1F 55 0 6 116 56 36
Octal 244 44 357 37 125 0 6 426 126 66
Binary 10100100 100100 11101111 11111 1010101 0 110 100010110 1010110 110110

Color Harmonies of #A424EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424EF

Black with #A424EF

Text Example


Text Example

White with #A424EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424EF; }

 p { color: rgb(164,36,239); }

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

background-color css

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

 a { background-color: rgb(164,36,239); }

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

border-color css

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

 span { border-color: rgb(164,36,239); }

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