Html Css Color HEX #A426E5 Blue Violet

📋 copy color: '#A426E5'

red 164 ◦ green 38 ◦ blue 229

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

Shades of Blue Violet #A426E5

Tints of Blue Violet #A426E5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.82%

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

R = 38.05%
G = 8.82%
B = 53.13%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A426E5 (or 0xA426E5) is known color: Blue Violet. HEX triplet: A4, 26 and E5. RGB value is (164,38,229). Sum of RGB (Red+Green+Blue) = 164+38+229=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #A426E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426E5 is #5BD91A. Grayscale: #606060. Windows color (decimal): -6019355 or 15017636. OLE color: 15017636.

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

Color convert

RGB 164 38 229 -
CMYK 0.28 0.83 0 0.10
HSL 279.58º 0.79% 0.52% -
HSV(B) 279.58º 0.83% 0.9% -
XYZ 30.15 14.94 75.42 -
YUV 97.45 202.24 175.47 -
System Red Green Blue C M Y K H S L
Decimal 164 38 229 0.28 0.83 0 0.10 279.58 0.79 0.52
Hex A4 26 E5 1C 53 0 A 118 4F 34
Octal 244 46 345 34 123 0 12 430 117 64
Binary 10100100 100110 11100101 11100 1010011 0 1010 100011000 1001111 110100

Color Harmonies of #A426E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426E5

Black with #A426E5

Text Example


Text Example

White with #A426E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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