Html Css Color HEX #A420FE Blue Violet

📋 copy color: '#A420FE'

red 164 ◦ green 32 ◦ blue 254

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

Shades of Blue Violet #A420FE

Tints of Blue Violet #A420FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 36.44%
G = 7.11%
B = 56.44%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A420FE (or 0xA420FE) is known color: Blue Violet. HEX triplet: A4, 20 and FE. RGB value is (164,32,254). Sum of RGB (Red+Green+Blue) = 164+32+254=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #A420FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A420FE is #5BDF01. Grayscale: #606060. Windows color (decimal): -6020866 or 16654500. OLE color: 16654500.

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

Color convert

RGB 164 32 254 -
CMYK 0.35 0.87 0 0.00
HSL 275.68º 0.99% 0.56% -
HSV(B) 275.68º 0.87% 1% -
XYZ 33.72 16.08 95.09 -
YUV 96.78 216.73 175.95 -
System Red Green Blue C M Y K H S L
Decimal 164 32 254 0.35 0.87 0 0.00 275.68 0.99 0.56
Hex A4 20 FE 23 57 0 0 114 63 38
Octal 244 40 376 43 127 0 0 424 143 70
Binary 10100100 100000 11111110 100011 1010111 0 0 100010100 1100011 111000

Color Harmonies of #A420FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420FE

Black with #A420FE

Text Example


Text Example

White with #A420FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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