Html Css Color HEX #A129FD Blue Violet

📋 copy color: '#A129FD'

red 161 ◦ green 41 ◦ blue 253

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

Shades of Blue Violet #A129FD

Tints of Blue Violet #A129FD

RGB

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

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

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

R = 35.38%
G = 9.01%
B = 55.6%

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

#A129FD (or 0xA129FD) is known color: Blue Violet. HEX triplet: A1, 29 and FD. RGB value is (161,41,253). Sum of RGB (Red+Green+Blue) = 161+41+253=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #A129FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129FD is #5ED602. Grayscale: #646464. Windows color (decimal): -6215171 or 16591265. OLE color: 16591265.

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

Color convert

RGB 161 41 253 -
CMYK 0.36 0.84 0 0.01
HSL 273.96º 0.98% 0.58% -
HSV(B) 273.96º 0.84% 0.99% -
XYZ 33.22 16.25 94.32 -
YUV 101.05 213.76 170.76 -
System Red Green Blue C M Y K H S L
Decimal 161 41 253 0.36 0.84 0 0.01 273.96 0.98 0.58
Hex A1 29 FD 24 54 0 1 112 62 3A
Octal 241 51 375 44 124 0 1 422 142 72
Binary 10100001 101001 11111101 100100 1010100 0 1 100010010 1100010 111010

Color Harmonies of #A129FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129FD

Black with #A129FD

Text Example


Text Example

White with #A129FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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