Html Css Color HEX #A729FD Blue Violet

📋 copy color: '#A729FD'

red 167 ◦ green 41 ◦ blue 253

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

Shades of Blue Violet #A729FD

Tints of Blue Violet #A729FD

RGB

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

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

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

R = 36.23%
G = 8.89%
B = 54.88%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A729FD (or 0xA729FD) is known color: Blue Violet. HEX triplet: A7, 29 and FD. RGB value is (167,41,253). Sum of RGB (Red+Green+Blue) = 167+41+253=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #A729FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A729FD is #58D602. Grayscale: #666666. Windows color (decimal): -5821955 or 16591271. OLE color: 16591271.

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

Color convert

RGB 167 41 253 -
CMYK 0.34 0.84 0 0.01
HSL 275.66º 0.98% 0.58% -
HSV(B) 275.66º 0.84% 0.99% -
XYZ 34.46 16.89 94.37 -
YUV 102.84 212.74 173.76 -
System Red Green Blue C M Y K H S L
Decimal 167 41 253 0.34 0.84 0 0.01 275.66 0.98 0.58
Hex A7 29 FD 22 54 0 1 114 62 3A
Octal 247 51 375 42 124 0 1 424 142 72
Binary 10100111 101001 11111101 100010 1010100 0 1 100010100 1100010 111010

Color Harmonies of #A729FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729FD

Black with #A729FD

Text Example


Text Example

White with #A729FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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