Html Css Color HEX #A829FA Blue Violet

📋 copy color: '#A829FA'

red 168 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #A829FA

Tints of Blue Violet #A829FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 36.6%
G = 8.93%
B = 54.47%

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

#A829FA (or 0xA829FA) is known color: Blue Violet. HEX triplet: A8, 29 and FA. RGB value is (168,41,250). Sum of RGB (Red+Green+Blue) = 168+41+250=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #A829FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A829FA is #57D605. Grayscale: #666666. Windows color (decimal): -5756422 or 16394664. OLE color: 16394664.

HSL color Cylindrical-coordinate representation of color #A829FA: hue angle of 276.46º 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 #A829FA is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 41 250 -
CMYK 0.33 0.84 0 0.02
HSL 276.46º 0.95% 0.57% -
HSV(B) 276.46º 0.84% 0.98% -
XYZ 34.2 16.81 91.89 -
YUV 102.8 211.08 174.51 -
System Red Green Blue C M Y K H S L
Decimal 168 41 250 0.33 0.84 0 0.02 276.46 0.95 0.57
Hex A8 29 FA 21 54 0 2 114 5F 39
Octal 250 51 372 41 124 0 2 424 137 71
Binary 10101000 101001 11111010 100001 1010100 0 10 100010100 1011111 111001

Color Harmonies of #A829FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829FA

Black with #A829FA

Text Example


Text Example

White with #A829FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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