Html Css Color HEX #A628ED Blue Violet

📋 copy color: '#A628ED'

red 166 ◦ green 40 ◦ blue 237

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

Shades of Blue Violet #A628ED

Tints of Blue Violet #A628ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 37.47%
G = 9.03%
B = 53.5%

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

#A628ED (or 0xA628ED) is known color: Blue Violet. HEX triplet: A6, 28 and ED. RGB value is (166,40,237). Sum of RGB (Red+Green+Blue) = 166+40+237=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #A628ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628ED is #59D712. Grayscale: #636363. Windows color (decimal): -5887763 or 15542438. OLE color: 15542438.

HSL color Cylindrical-coordinate representation of color #A628ED: hue angle of 278.38º degrees, saturation: 0.85, 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 #A628ED is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 40 237 -
CMYK 0.30 0.83 0 0.07
HSL 278.38º 0.85% 0.54% -
HSV(B) 278.38º 0.83% 0.93% -
XYZ 31.77 15.74 81.48 -
YUV 100.13 205.24 174.98 -
System Red Green Blue C M Y K H S L
Decimal 166 40 237 0.30 0.83 0 0.07 278.38 0.85 0.54
Hex A6 28 ED 1E 53 0 7 116 55 36
Octal 246 50 355 36 123 0 7 426 125 66
Binary 10100110 101000 11101101 11110 1010011 0 111 100010110 1010101 110110

Color Harmonies of #A628ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628ED

Black with #A628ED

Text Example


Text Example

White with #A628ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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