Html Css Color HEX #A420FC Blue Violet

📋 copy color: '#A420FC'

red 164 ◦ green 32 ◦ blue 252

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

Shades of Blue Violet #A420FC

Tints of Blue Violet #A420FC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.14%

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

R = 36.61%
G = 7.14%
B = 56.25%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A420FC (or 0xA420FC) is known color: Blue Violet. HEX triplet: A4, 20 and FC. RGB value is (164,32,252). Sum of RGB (Red+Green+Blue) = 164+32+252=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #A420FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420FC is #5BDF03. Grayscale: #5F5F5F. Windows color (decimal): -6020868 or 16523428. OLE color: 16523428.

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

Color convert

RGB 164 32 252 -
CMYK 0.35 0.87 0 0.01
HSL 276º 0.97% 0.56% -
HSV(B) 276º 0.87% 0.99% -
XYZ 33.4 15.95 93.41 -
YUV 96.55 215.73 176.11 -
System Red Green Blue C M Y K H S L
Decimal 164 32 252 0.35 0.87 0 0.01 276 0.97 0.56
Hex A4 20 FC 23 57 0 1 114 61 38
Octal 244 40 374 43 127 0 1 424 141 70
Binary 10100100 100000 11111100 100011 1010111 0 1 100010100 1100001 111000

Color Harmonies of #A420FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420FC

Black with #A420FC

Text Example


Text Example

White with #A420FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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