Html Css Color HEX #A424FD Blue Violet

📋 copy color: '#A424FD'

red 164 ◦ green 36 ◦ blue 253

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

Shades of Blue Violet #A424FD

Tints of Blue Violet #A424FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 36.2%
G = 7.95%
B = 55.85%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A424FD (or 0xA424FD) is known color: Blue Violet. HEX triplet: A4, 24 and FD. RGB value is (164,36,253). Sum of RGB (Red+Green+Blue) = 164+36+253=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #A424FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A424FD is #5BDB02. Grayscale: #626262. Windows color (decimal): -6019843 or 16589988. OLE color: 16589988.

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

Color convert

RGB 164 36 253 -
CMYK 0.35 0.86 0 0.01
HSL 275.39º 0.98% 0.57% -
HSV(B) 275.39º 0.86% 0.99% -
XYZ 33.67 16.25 94.29 -
YUV 99.01 214.91 174.36 -
System Red Green Blue C M Y K H S L
Decimal 164 36 253 0.35 0.86 0 0.01 275.39 0.98 0.57
Hex A4 24 FD 23 56 0 1 113 62 39
Octal 244 44 375 43 126 0 1 423 142 71
Binary 10100100 100100 11111101 100011 1010110 0 1 100010011 1100010 111001

Color Harmonies of #A424FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424FD

Black with #A424FD

Text Example


Text Example

White with #A424FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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