Html Css Color HEX #A128E7 Blue Violet

📋 copy color: '#A128E7'

red 161 ◦ green 40 ◦ blue 231

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

Shades of Blue Violet #A128E7

Tints of Blue Violet #A128E7

RGB

 RED value IS 161 (63.28% from 255) = 37.27%

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

 BLUE value IS 231 (90.63% from 255) = 53.47%

R = 37.27%
G = 9.26%
B = 53.47%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A128E7 (or 0xA128E7) is known color: Blue Violet. HEX triplet: A1, 28 and E7. RGB value is (161,40,231). Sum of RGB (Red+Green+Blue) = 161+40+231=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #A128E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128E7 is #5ED718. Grayscale: #616161. Windows color (decimal): -6215449 or 15149217. OLE color: 15149217.

HSL color Cylindrical-coordinate representation of color #A128E7: hue angle of 278.01º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A128E7 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 40 231 -
CMYK 0.30 0.83 0 0.09
HSL 278.01º 0.8% 0.53% -
HSV(B) 278.01º 0.83% 0.91% -
XYZ 29.88 14.86 76.9 -
YUV 97.95 203.09 172.97 -
System Red Green Blue C M Y K H S L
Decimal 161 40 231 0.30 0.83 0 0.09 278.01 0.8 0.53
Hex A1 28 E7 1E 53 0 9 116 50 35
Octal 241 50 347 36 123 0 11 426 120 65
Binary 10100001 101000 11100111 11110 1010011 0 1001 100010110 1010000 110101

Color Harmonies of #A128E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128E7

Black with #A128E7

Text Example


Text Example

White with #A128E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128E7; }

 p { color: rgb(161,40,231); }

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

background-color css

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

 a { background-color: rgb(161,40,231); }

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

border-color css

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

 span { border-color: rgb(161,40,231); }

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