Html Css Color HEX #A620F9 Blue Violet

📋 copy color: '#A620F9'

red 166 ◦ green 32 ◦ blue 249

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

Shades of Blue Violet #A620F9

Tints of Blue Violet #A620F9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.16%

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

R = 37.14%
G = 7.16%
B = 55.7%

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

#A620F9 (or 0xA620F9) is known color: Blue Violet. HEX triplet: A6, 20 and F9. RGB value is (166,32,249). Sum of RGB (Red+Green+Blue) = 166+32+249=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #A620F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620F9 is #59DF06. Grayscale: #606060. Windows color (decimal): -5889799 or 16326822. OLE color: 16326822.

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

Color convert

RGB 166 32 249 -
CMYK 0.33 0.87 0 0.02
HSL 277.05º 0.95% 0.55% -
HSV(B) 277.05º 0.87% 0.98% -
XYZ 33.34 15.98 90.95 -
YUV 96.8 213.89 177.36 -
System Red Green Blue C M Y K H S L
Decimal 166 32 249 0.33 0.87 0 0.02 277.05 0.95 0.55
Hex A6 20 F9 21 57 0 2 115 5F 37
Octal 246 40 371 41 127 0 2 425 137 67
Binary 10100110 100000 11111001 100001 1010111 0 10 100010101 1011111 110111

Color Harmonies of #A620F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620F9

Black with #A620F9

Text Example


Text Example

White with #A620F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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