Html Css Color HEX #A426FC Blue Violet

📋 copy color: '#A426FC'

red 164 ◦ green 38 ◦ blue 252

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

Shades of Blue Violet #A426FC

Tints of Blue Violet #A426FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 36.12%
G = 8.37%
B = 55.51%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A426FC (or 0xA426FC) is known color: Blue Violet. HEX triplet: A4, 26 and FC. RGB value is (164,38,252). Sum of RGB (Red+Green+Blue) = 164+38+252=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #A426FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A426FC is #5BD903. Grayscale: #636363. Windows color (decimal): -6019332 or 16524964. OLE color: 16524964.

HSL color Cylindrical-coordinate representation of color #A426FC: hue angle of 275.33º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A426FC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 38 252 -
CMYK 0.35 0.85 0 0.01
HSL 275.33º 0.97% 0.57% -
HSV(B) 275.33º 0.85% 0.99% -
XYZ 33.57 16.31 93.47 -
YUV 100.07 213.74 173.6 -
System Red Green Blue C M Y K H S L
Decimal 164 38 252 0.35 0.85 0 0.01 275.33 0.97 0.57
Hex A4 26 FC 23 55 0 1 113 61 39
Octal 244 46 374 43 125 0 1 423 141 71
Binary 10100100 100110 11111100 100011 1010101 0 1 100010011 1100001 111001

Color Harmonies of #A426FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426FC

Black with #A426FC

Text Example


Text Example

White with #A426FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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