Html Css Color HEX #A829F9 Blue Violet

📋 copy color: '#A829F9'

red 168 ◦ green 41 ◦ blue 249

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

Shades of Blue Violet #A829F9

Tints of Blue Violet #A829F9

RGB

 RED value IS 168 (66.02% from 255) = 36.68%

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

 BLUE value IS 249 (97.66% from 255) = 54.37%

R = 36.68%
G = 8.95%
B = 54.37%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A829F9 (or 0xA829F9) is known color: Blue Violet. HEX triplet: A8, 29 and F9. RGB value is (168,41,249). Sum of RGB (Red+Green+Blue) = 168+41+249=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #A829F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A829F9 is #57D606. Grayscale: #656565. Windows color (decimal): -5756423 or 16329128. OLE color: 16329128.

HSL color Cylindrical-coordinate representation of color #A829F9: hue angle of 276.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A829F9 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 41 249 -
CMYK 0.33 0.84 0 0.02
HSL 276.63º 0.95% 0.57% -
HSV(B) 276.63º 0.84% 0.98% -
XYZ 34.04 16.75 91.06 -
YUV 102.69 210.58 174.59 -
System Red Green Blue C M Y K H S L
Decimal 168 41 249 0.33 0.84 0 0.02 276.63 0.95 0.57
Hex A8 29 F9 21 54 0 2 115 5F 39
Octal 250 51 371 41 124 0 2 425 137 71
Binary 10101000 101001 11111001 100001 1010100 0 10 100010101 1011111 111001

Color Harmonies of #A829F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829F9

Black with #A829F9

Text Example


Text Example

White with #A829F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829F9; }

 p { color: rgb(168,41,249); }

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

background-color css

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

 a { background-color: rgb(168,41,249); }

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

border-color css

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

 span { border-color: rgb(168,41,249); }

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