Html Css Color HEX #A628EC Blue Violet

📋 copy color: '#A628EC'

red 166 ◦ green 40 ◦ blue 236

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

Shades of Blue Violet #A628EC

Tints of Blue Violet #A628EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.39%

R = 37.56%
G = 9.05%
B = 53.39%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A628EC (or 0xA628EC) is known color: Blue Violet. HEX triplet: A6, 28 and EC. RGB value is (166,40,236). Sum of RGB (Red+Green+Blue) = 166+40+236=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #A628EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628EC is #59D713. Grayscale: #636363. Windows color (decimal): -5887764 or 15476902. OLE color: 15476902.

HSL color Cylindrical-coordinate representation of color #A628EC: hue angle of 278.57º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A628EC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 40 236 -
CMYK 0.30 0.83 0 0.07
HSL 278.57º 0.84% 0.54% -
HSV(B) 278.57º 0.83% 0.93% -
XYZ 31.63 15.68 80.72 -
YUV 100.02 204.74 175.06 -
System Red Green Blue C M Y K H S L
Decimal 166 40 236 0.30 0.83 0 0.07 278.57 0.84 0.54
Hex A6 28 EC 1E 53 0 7 117 54 36
Octal 246 50 354 36 123 0 7 427 124 66
Binary 10100110 101000 11101100 11110 1010011 0 111 100010111 1010100 110110

Color Harmonies of #A628EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628EC

Black with #A628EC

Text Example


Text Example

White with #A628EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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