Html Css Color HEX #A128FC Blue Violet

📋 copy color: '#A128FC'

red 161 ◦ green 40 ◦ blue 252

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

Shades of Blue Violet #A128FC

Tints of Blue Violet #A128FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 35.54%
G = 8.83%
B = 55.63%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A128FC (or 0xA128FC) is known color: Blue Violet. HEX triplet: A1, 28 and FC. RGB value is (161,40,252). Sum of RGB (Red+Green+Blue) = 161+40+252=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #A128FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128FC is #5ED703. Grayscale: #636363. Windows color (decimal): -6215428 or 16525473. OLE color: 16525473.

HSL color Cylindrical-coordinate representation of color #A128FC: hue angle of 274.25º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A128FC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 40 252 -
CMYK 0.36 0.84 0 0.01
HSL 274.25º 0.97% 0.57% -
HSV(B) 274.25º 0.84% 0.99% -
XYZ 33.03 16.12 93.47 -
YUV 100.35 213.59 171.26 -
System Red Green Blue C M Y K H S L
Decimal 161 40 252 0.36 0.84 0 0.01 274.25 0.97 0.57
Hex A1 28 FC 24 54 0 1 112 61 39
Octal 241 50 374 44 124 0 1 422 141 71
Binary 10100001 101000 11111100 100100 1010100 0 1 100010010 1100001 111001

Color Harmonies of #A128FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128FC

Black with #A128FC

Text Example


Text Example

White with #A128FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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