Html Css Color HEX #A821FA Blue Violet

📋 copy color: '#A821FA'

red 168 ◦ green 33 ◦ blue 250

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

Shades of Blue Violet #A821FA

Tints of Blue Violet #A821FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 37.25%
G = 7.32%
B = 55.43%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A821FA (or 0xA821FA) is known color: Blue Violet. HEX triplet: A8, 21 and FA. RGB value is (168,33,250). Sum of RGB (Red+Green+Blue) = 168+33+250=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #A821FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821FA is #57DE05. Grayscale: #616161. Windows color (decimal): -5758470 or 16392616. OLE color: 16392616.

HSL color Cylindrical-coordinate representation of color #A821FA: hue angle of 277.33º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A821FA is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 33 250 -
CMYK 0.33 0.87 0 0.02
HSL 277.33º 0.96% 0.55% -
HSV(B) 277.33º 0.87% 0.98% -
XYZ 33.95 16.31 91.8 -
YUV 98.1 213.73 177.86 -
System Red Green Blue C M Y K H S L
Decimal 168 33 250 0.33 0.87 0 0.02 277.33 0.96 0.55
Hex A8 21 FA 21 57 0 2 115 60 37
Octal 250 41 372 41 127 0 2 425 140 67
Binary 10101000 100001 11111010 100001 1010111 0 10 100010101 1100000 110111

Color Harmonies of #A821FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821FA

Black with #A821FA

Text Example


Text Example

White with #A821FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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