Html Css Color HEX #A821F8 Blue Violet

📋 copy color: '#A821F8'

red 168 ◦ green 33 ◦ blue 248

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

Shades of Blue Violet #A821F8

Tints of Blue Violet #A821F8

RGB

 RED value IS 168 (66.02% from 255) = 37.42%

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

 BLUE value IS 248 (97.27% from 255) = 55.23%

R = 37.42%
G = 7.35%
B = 55.23%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A821F8 (or 0xA821F8) is known color: Blue Violet. HEX triplet: A8, 21 and F8. RGB value is (168,33,248). Sum of RGB (Red+Green+Blue) = 168+33+248=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #A821F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821F8 is #57DE07. Grayscale: #616161. Windows color (decimal): -5758472 or 16261544. OLE color: 16261544.

HSL color Cylindrical-coordinate representation of color #A821F8: hue angle of 277.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A821F8 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 33 248 -
CMYK 0.32 0.87 0 0.03
HSL 277.67º 0.94% 0.55% -
HSV(B) 277.67º 0.87% 0.97% -
XYZ 33.64 16.19 90.16 -
YUV 97.88 212.73 178.02 -
System Red Green Blue C M Y K H S L
Decimal 168 33 248 0.32 0.87 0 0.03 277.67 0.94 0.55
Hex A8 21 F8 20 57 0 3 116 5E 37
Octal 250 41 370 40 127 0 3 426 136 67
Binary 10101000 100001 11111000 100000 1010111 0 11 100010110 1011110 110111

Color Harmonies of #A821F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821F8

Black with #A821F8

Text Example


Text Example

White with #A821F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821F8; }

 p { color: rgb(168,33,248); }

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

background-color css

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

 a { background-color: rgb(168,33,248); }

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

border-color css

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

 span { border-color: rgb(168,33,248); }

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