Html Css Color HEX #A426E9 Blue Violet

📋 copy color: '#A426E9'

red 164 ◦ green 38 ◦ blue 233

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

Shades of Blue Violet #A426E9

Tints of Blue Violet #A426E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 37.7%
G = 8.74%
B = 53.56%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A426E9 (or 0xA426E9) is known color: Blue Violet. HEX triplet: A4, 26 and E9. RGB value is (164,38,233). Sum of RGB (Red+Green+Blue) = 164+38+233=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #A426E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A426E9 is #5BD916. Grayscale: #616161. Windows color (decimal): -6019351 or 15279780. OLE color: 15279780.

HSL color Cylindrical-coordinate representation of color #A426E9: hue angle of 278.77º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A426E9 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 38 233 -
CMYK 0.30 0.84 0 0.09
HSL 278.77º 0.82% 0.53% -
HSV(B) 278.77º 0.84% 0.91% -
XYZ 30.71 15.16 78.4 -
YUV 97.9 204.24 175.14 -
System Red Green Blue C M Y K H S L
Decimal 164 38 233 0.30 0.84 0 0.09 278.77 0.82 0.53
Hex A4 26 E9 1E 54 0 9 117 52 35
Octal 244 46 351 36 124 0 11 427 122 65
Binary 10100100 100110 11101001 11110 1010100 0 1001 100010111 1010010 110101

Color Harmonies of #A426E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426E9

Black with #A426E9

Text Example


Text Example

White with #A426E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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