Html Css Color HEX #A421FF Blue Violet

📋 copy color: '#A421FF'

red 164 ◦ green 33 ◦ blue 255

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

Shades of Blue Violet #A421FF

Tints of Blue Violet #A421FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.3%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 36.28%
G = 7.3%
B = 56.42%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A421FF (or 0xA421FF) is known color: Blue Violet. HEX triplet: A4, 21 and FF. RGB value is (164,33,255). Sum of RGB (Red+Green+Blue) = 164+33+255=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #A421FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A421FF is #5BDE00. Grayscale: #606060. Windows color (decimal): -6020609 or 16720292. OLE color: 16720292.

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

Color convert

RGB 164 33 255 -
CMYK 0.36 0.87 0 0
HSL 275.41º 1% 0.56% -
HSV(B) 275.41º 0.87% 1% -
XYZ 33.9 16.2 95.95 -
YUV 97.48 216.9 175.45 -
System Red Green Blue C M Y K H S L
Decimal 164 33 255 0.36 0.87 0 0 275.41 1 0.56
Hex A4 21 FF 24 57 0 0 113 64 38
Octal 244 41 377 44 127 0 0 423 144 70
Binary 10100100 100001 11111111 100100 1010111 0 0 100010011 1100100 111000

Color Harmonies of #A421FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421FF

Black with #A421FF

Text Example


Text Example

White with #A421FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421FF; }

 p { color: rgb(164,33,255); }

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

background-color css

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

 a { background-color: rgb(164,33,255); }

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

border-color css

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

 span { border-color: rgb(164,33,255); }

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