Html Css Color HEX #A128EE Blue Violet

📋 copy color: '#A128EE'

red 161 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #A128EE

Tints of Blue Violet #A128EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 36.67%
G = 9.11%
B = 54.21%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A128EE (or 0xA128EE) is known color: Blue Violet. HEX triplet: A1, 28 and EE. RGB value is (161,40,238). Sum of RGB (Red+Green+Blue) = 161+40+238=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #A128EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128EE is #5ED711. Grayscale: #626262. Windows color (decimal): -6215442 or 15607969. OLE color: 15607969.

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

Color convert

RGB 161 40 238 -
CMYK 0.32 0.83 0 0.07
HSL 276.67º 0.85% 0.55% -
HSV(B) 276.67º 0.83% 0.93% -
XYZ 30.89 15.27 82.21 -
YUV 98.75 206.59 172.4 -
System Red Green Blue C M Y K H S L
Decimal 161 40 238 0.32 0.83 0 0.07 276.67 0.85 0.55
Hex A1 28 EE 20 53 0 7 115 55 37
Octal 241 50 356 40 123 0 7 425 125 67
Binary 10100001 101000 11101110 100000 1010011 0 111 100010101 1010101 110111

Color Harmonies of #A128EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128EE

Black with #A128EE

Text Example


Text Example

White with #A128EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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