Html Css Color HEX #A628F4 Blue Violet

📋 copy color: '#A628F4'

red 166 ◦ green 40 ◦ blue 244

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

Shades of Blue Violet #A628F4

Tints of Blue Violet #A628F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.22%

R = 36.89%
G = 8.89%
B = 54.22%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A628F4 (or 0xA628F4) is known color: Blue Violet. HEX triplet: A6, 28 and F4. RGB value is (166,40,244). Sum of RGB (Red+Green+Blue) = 166+40+244=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #A628F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628F4 is #59D70B. Grayscale: #646464. Windows color (decimal): -5887756 or 16001190. OLE color: 16001190.

HSL color Cylindrical-coordinate representation of color #A628F4: hue angle of 277.06º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A628F4 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 40 244 -
CMYK 0.32 0.84 0 0.04
HSL 277.06º 0.9% 0.56% -
HSV(B) 277.06º 0.84% 0.96% -
XYZ 32.81 16.16 86.98 -
YUV 100.93 208.74 174.41 -
System Red Green Blue C M Y K H S L
Decimal 166 40 244 0.32 0.84 0 0.04 277.06 0.9 0.56
Hex A6 28 F4 20 54 0 4 115 5A 38
Octal 246 50 364 40 124 0 4 425 132 70
Binary 10100110 101000 11110100 100000 1010100 0 100 100010101 1011010 111000

Color Harmonies of #A628F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628F4

Black with #A628F4

Text Example


Text Example

White with #A628F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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