Html Css Color HEX #A129FF Blue Violet

📋 copy color: '#A129FF'

red 161 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #A129FF

Tints of Blue Violet #A129FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.97%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 35.23%
G = 8.97%
B = 55.8%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A129FF (or 0xA129FF) is known color: Blue Violet. HEX triplet: A1, 29 and FF. RGB value is (161,41,255). Sum of RGB (Red+Green+Blue) = 161+41+255=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #A129FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129FF is #5ED600. Grayscale: #646464. Windows color (decimal): -6215169 or 16722337. OLE color: 16722337.

HSL color Cylindrical-coordinate representation of color #A129FF: hue angle of 273.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A129FF is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 41 255 -
CMYK 0.37 0.84 0 0
HSL 273.64º 1% 0.58% -
HSV(B) 273.64º 0.84% 1% -
XYZ 33.54 16.38 96 -
YUV 101.28 214.76 170.6 -
System Red Green Blue C M Y K H S L
Decimal 161 41 255 0.37 0.84 0 0 273.64 1 0.58
Hex A1 29 FF 25 54 0 0 112 64 3A
Octal 241 51 377 45 124 0 0 422 144 72
Binary 10100001 101001 11111111 100101 1010100 0 0 100010010 1100100 111010

Color Harmonies of #A129FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129FF

Black with #A129FF

Text Example


Text Example

White with #A129FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129FF; }

 p { color: rgb(161,41,255); }

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

background-color css

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

 a { background-color: rgb(161,41,255); }

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

border-color css

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

 span { border-color: rgb(161,41,255); }

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