Html Css Color HEX #A628F9 Blue Violet

📋 copy color: '#A628F9'

red 166 ◦ green 40 ◦ blue 249

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

Shades of Blue Violet #A628F9

Tints of Blue Violet #A628F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.79%

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

R = 36.48%
G = 8.79%
B = 54.73%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A628F9 (or 0xA628F9) is known color: Blue Violet. HEX triplet: A6, 28 and F9. RGB value is (166,40,249). Sum of RGB (Red+Green+Blue) = 166+40+249=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #A628F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628F9 is #59D706. Grayscale: #646464. Windows color (decimal): -5887751 or 16328870. OLE color: 16328870.

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

Color convert

RGB 166 40 249 -
CMYK 0.33 0.84 0 0.02
HSL 276.17º 0.95% 0.57% -
HSV(B) 276.17º 0.84% 0.98% -
XYZ 33.58 16.46 91.03 -
YUV 101.5 211.24 174.01 -
System Red Green Blue C M Y K H S L
Decimal 166 40 249 0.33 0.84 0 0.02 276.17 0.95 0.57
Hex A6 28 F9 21 54 0 2 114 5F 39
Octal 246 50 371 41 124 0 2 424 137 71
Binary 10100110 101000 11111001 100001 1010100 0 10 100010100 1011111 111001

Color Harmonies of #A628F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628F9

Black with #A628F9

Text Example


Text Example

White with #A628F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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