Html Css Color HEX #A821FC Blue Violet

📋 copy color: '#A821FC'

red 168 ◦ green 33 ◦ blue 252

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

Shades of Blue Violet #A821FC

Tints of Blue Violet #A821FC

RGB

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

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

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

R = 37.09%
G = 7.28%
B = 55.63%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A821FC (or 0xA821FC) is known color: Blue Violet. HEX triplet: A8, 21 and FC. RGB value is (168,33,252). Sum of RGB (Red+Green+Blue) = 168+33+252=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #A821FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821FC is #57DE03. Grayscale: #616161. Windows color (decimal): -5758468 or 16523688. OLE color: 16523688.

HSL color Cylindrical-coordinate representation of color #A821FC: hue angle of 276.99º 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 #A821FC is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 33 252 -
CMYK 0.33 0.87 0 0.01
HSL 276.99º 0.97% 0.56% -
HSV(B) 276.99º 0.87% 0.99% -
XYZ 34.26 16.44 93.46 -
YUV 98.33 214.73 177.69 -
System Red Green Blue C M Y K H S L
Decimal 168 33 252 0.33 0.87 0 0.01 276.99 0.97 0.56
Hex A8 21 FC 21 57 0 1 115 61 38
Octal 250 41 374 41 127 0 1 425 141 70
Binary 10101000 100001 11111100 100001 1010111 0 1 100010101 1100001 111000

Color Harmonies of #A821FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821FC

Black with #A821FC

Text Example


Text Example

White with #A821FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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