Html Css Color HEX #A424E5 Blue Violet

📋 copy color: '#A424E5'

red 164 ◦ green 36 ◦ blue 229

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

Shades of Blue Violet #A424E5

Tints of Blue Violet #A424E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.38%

R = 38.23%
G = 8.39%
B = 53.38%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A424E5 (or 0xA424E5) is known color: Blue Violet. HEX triplet: A4, 24 and E5. RGB value is (164,36,229). Sum of RGB (Red+Green+Blue) = 164+36+229=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #A424E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424E5 is #5BDB1A. Grayscale: #5F5F5F. Windows color (decimal): -6019867 or 15017124. OLE color: 15017124.

HSL color Cylindrical-coordinate representation of color #A424E5: hue angle of 279.79º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A424E5 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 36 229 -
CMYK 0.28 0.84 0 0.10
HSL 279.79º 0.79% 0.52% -
HSV(B) 279.79º 0.84% 0.9% -
XYZ 30.08 14.81 75.4 -
YUV 96.27 202.91 176.31 -
System Red Green Blue C M Y K H S L
Decimal 164 36 229 0.28 0.84 0 0.10 279.79 0.79 0.52
Hex A4 24 E5 1C 54 0 A 118 4F 34
Octal 244 44 345 34 124 0 12 430 117 64
Binary 10100100 100100 11100101 11100 1010100 0 1010 100011000 1001111 110100

Color Harmonies of #A424E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424E5

Black with #A424E5

Text Example


Text Example

White with #A424E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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