Html Css Color HEX #A628EA Blue Violet

📋 copy color: '#A628EA'

red 166 ◦ green 40 ◦ blue 234

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

Shades of Blue Violet #A628EA

Tints of Blue Violet #A628EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 37.73%
G = 9.09%
B = 53.18%

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

#A628EA (or 0xA628EA) is known color: Blue Violet. HEX triplet: A6, 28 and EA. RGB value is (166,40,234). Sum of RGB (Red+Green+Blue) = 166+40+234=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #A628EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628EA is #59D715. Grayscale: #636363. Windows color (decimal): -5887766 or 15345830. OLE color: 15345830.

HSL color Cylindrical-coordinate representation of color #A628EA: hue angle of 278.97º degrees, saturation: 0.82, 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 #A628EA is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 40 234 -
CMYK 0.29 0.83 0 0.08
HSL 278.97º 0.82% 0.54% -
HSV(B) 278.97º 0.83% 0.92% -
XYZ 31.34 15.57 79.19 -
YUV 99.79 203.74 175.23 -
System Red Green Blue C M Y K H S L
Decimal 166 40 234 0.29 0.83 0 0.08 278.97 0.82 0.54
Hex A6 28 EA 1D 53 0 8 117 52 36
Octal 246 50 352 35 123 0 10 427 122 66
Binary 10100110 101000 11101010 11101 1010011 0 1000 100010111 1010010 110110

Color Harmonies of #A628EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628EA

Black with #A628EA

Text Example


Text Example

White with #A628EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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