Html Css Color HEX #A426EC Blue Violet

📋 copy color: '#A426EC'

red 164 ◦ green 38 ◦ blue 236

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

Shades of Blue Violet #A426EC

Tints of Blue Violet #A426EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.88%

R = 37.44%
G = 8.68%
B = 53.88%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A426EC (or 0xA426EC) is known color: Blue Violet. HEX triplet: A4, 26 and EC. RGB value is (164,38,236). Sum of RGB (Red+Green+Blue) = 164+38+236=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #A426EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A426EC is #5BD913. Grayscale: #616161. Windows color (decimal): -6019348 or 15476388. OLE color: 15476388.

HSL color Cylindrical-coordinate representation of color #A426EC: hue angle of 278.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A426EC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 38 236 -
CMYK 0.31 0.84 0 0.07
HSL 278.18º 0.84% 0.54% -
HSV(B) 278.18º 0.84% 0.93% -
XYZ 31.14 15.33 80.68 -
YUV 98.25 205.74 174.9 -
System Red Green Blue C M Y K H S L
Decimal 164 38 236 0.31 0.84 0 0.07 278.18 0.84 0.54
Hex A4 26 EC 1F 54 0 7 116 54 36
Octal 244 46 354 37 124 0 7 426 124 66
Binary 10100100 100110 11101100 11111 1010100 0 111 100010110 1010100 110110

Color Harmonies of #A426EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426EC

Black with #A426EC

Text Example


Text Example

White with #A426EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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