Html Css Color HEX #A621F9 Blue Violet

📋 copy color: '#A621F9'

red 166 ◦ green 33 ◦ blue 249

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

Shades of Blue Violet #A621F9

Tints of Blue Violet #A621F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.58%

R = 37.05%
G = 7.37%
B = 55.58%

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

#A621F9 (or 0xA621F9) is known color: Blue Violet. HEX triplet: A6, 21 and F9. RGB value is (166,33,249). Sum of RGB (Red+Green+Blue) = 166+33+249=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #A621F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621F9 is #59DE06. Grayscale: #606060. Windows color (decimal): -5889543 or 16327078. OLE color: 16327078.

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

Color convert

RGB 166 33 249 -
CMYK 0.33 0.87 0 0.02
HSL 276.94º 0.95% 0.55% -
HSV(B) 276.94º 0.87% 0.98% -
XYZ 33.37 16.03 90.96 -
YUV 97.39 213.56 176.94 -
System Red Green Blue C M Y K H S L
Decimal 166 33 249 0.33 0.87 0 0.02 276.94 0.95 0.55
Hex A6 21 F9 21 57 0 2 115 5F 37
Octal 246 41 371 41 127 0 2 425 137 67
Binary 10100110 100001 11111001 100001 1010111 0 10 100010101 1011111 110111

Color Harmonies of #A621F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621F9

Black with #A621F9

Text Example


Text Example

White with #A621F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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