Html Css Color HEX #A729FF Blue Violet

📋 copy color: '#A729FF'

red 167 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #A729FF

Tints of Blue Violet #A729FF

RGB

 RED value IS 167 (65.63% from 255) = 36.07%

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

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

R = 36.07%
G = 8.86%
B = 55.08%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A729FF (or 0xA729FF) is known color: Blue Violet. HEX triplet: A7, 29 and FF. RGB value is (167,41,255). Sum of RGB (Red+Green+Blue) = 167+41+255=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A729FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A729FF is #58D600. Grayscale: #666666. Windows color (decimal): -5821953 or 16722343. OLE color: 16722343.

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

Color convert

RGB 167 41 255 -
CMYK 0.35 0.84 0 0
HSL 275.33º 1% 0.58% -
HSV(B) 275.33º 0.84% 1% -
XYZ 34.78 17.02 96.06 -
YUV 103.07 213.74 173.6 -
System Red Green Blue C M Y K H S L
Decimal 167 41 255 0.35 0.84 0 0 275.33 1 0.58
Hex A7 29 FF 23 54 0 0 113 64 3A
Octal 247 51 377 43 124 0 0 423 144 72
Binary 10100111 101001 11111111 100011 1010100 0 0 100010011 1100100 111010

Color Harmonies of #A729FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729FF

Black with #A729FF

Text Example


Text Example

White with #A729FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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