Html Css Color HEX #A621FC Blue Violet

📋 copy color: '#A621FC'

red 166 ◦ green 33 ◦ blue 252

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

Shades of Blue Violet #A621FC

Tints of Blue Violet #A621FC

RGB

 RED value IS 166 (65.23% from 255) = 36.81%

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

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

R = 36.81%
G = 7.32%
B = 55.88%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A621FC (or 0xA621FC) is known color: Blue Violet. HEX triplet: A6, 21 and FC. RGB value is (166,33,252). Sum of RGB (Red+Green+Blue) = 166+33+252=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #A621FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621FC is #59DE03. Grayscale: #606060. Windows color (decimal): -5889540 or 16523686. OLE color: 16523686.

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

Color convert

RGB 166 33 252 -
CMYK 0.34 0.87 0 0.01
HSL 276.44º 0.97% 0.56% -
HSV(B) 276.44º 0.87% 0.99% -
XYZ 33.84 16.22 93.44 -
YUV 97.73 215.06 176.69 -
System Red Green Blue C M Y K H S L
Decimal 166 33 252 0.34 0.87 0 0.01 276.44 0.97 0.56
Hex A6 21 FC 22 57 0 1 114 61 38
Octal 246 41 374 42 127 0 1 424 141 70
Binary 10100110 100001 11111100 100010 1010111 0 1 100010100 1100001 111000

Color Harmonies of #A621FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621FC

Black with #A621FC

Text Example


Text Example

White with #A621FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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