Html Css Color HEX #A128FD Blue Violet

📋 copy color: '#A128FD'

red 161 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #A128FD

Tints of Blue Violet #A128FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 35.46%
G = 8.81%
B = 55.73%

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

#A128FD (or 0xA128FD) is known color: Blue Violet. HEX triplet: A1, 28 and FD. RGB value is (161,40,253). Sum of RGB (Red+Green+Blue) = 161+40+253=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #A128FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128FD is #5ED702. Grayscale: #636363. Windows color (decimal): -6215427 or 16591009. OLE color: 16591009.

HSL color Cylindrical-coordinate representation of color #A128FD: hue angle of 274.08º degrees, saturation: 0.98, 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 #A128FD is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 40 253 -
CMYK 0.36 0.84 0 0.01
HSL 274.08º 0.98% 0.57% -
HSV(B) 274.08º 0.84% 0.99% -
XYZ 33.19 16.19 94.3 -
YUV 100.46 214.09 171.18 -
System Red Green Blue C M Y K H S L
Decimal 161 40 253 0.36 0.84 0 0.01 274.08 0.98 0.57
Hex A1 28 FD 24 54 0 1 112 62 39
Octal 241 50 375 44 124 0 1 422 142 71
Binary 10100001 101000 11111101 100100 1010100 0 1 100010010 1100010 111001

Color Harmonies of #A128FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128FD

Black with #A128FD

Text Example


Text Example

White with #A128FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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