Html Css Color HEX #A628EB Blue Violet

📋 copy color: '#A628EB'

red 166 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #A628EB

Tints of Blue Violet #A628EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 37.64%
G = 9.07%
B = 53.29%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A628EB (or 0xA628EB) is known color: Blue Violet. HEX triplet: A6, 28 and EB. RGB value is (166,40,235). Sum of RGB (Red+Green+Blue) = 166+40+235=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #A628EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628EB is #59D714. Grayscale: #636363. Windows color (decimal): -5887765 or 15411366. OLE color: 15411366.

HSL color Cylindrical-coordinate representation of color #A628EB: hue angle of 278.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A628EB is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 40 235 -
CMYK 0.29 0.83 0 0.08
HSL 278.77º 0.83% 0.54% -
HSV(B) 278.77º 0.83% 0.92% -
XYZ 31.48 15.62 79.95 -
YUV 99.9 204.24 175.14 -
System Red Green Blue C M Y K H S L
Decimal 166 40 235 0.29 0.83 0 0.08 278.77 0.83 0.54
Hex A6 28 EB 1D 53 0 8 117 53 36
Octal 246 50 353 35 123 0 10 427 123 66
Binary 10100110 101000 11101011 11101 1010011 0 1000 100010111 1010011 110110

Color Harmonies of #A628EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628EB

Black with #A628EB

Text Example


Text Example

White with #A628EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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