Html Css Color HEX #A729FE Blue Violet

📋 copy color: '#A729FE'

red 167 ◦ green 41 ◦ blue 254

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

Shades of Blue Violet #A729FE

Tints of Blue Violet #A729FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 36.15%
G = 8.87%
B = 54.98%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A729FE (or 0xA729FE) is known color: Blue Violet. HEX triplet: A7, 29 and FE. RGB value is (167,41,254). Sum of RGB (Red+Green+Blue) = 167+41+254=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #A729FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A729FE is #58D601. Grayscale: #666666. Windows color (decimal): -5821954 or 16656807. OLE color: 16656807.

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

Color convert

RGB 167 41 254 -
CMYK 0.34 0.84 0 0.00
HSL 275.49º 0.99% 0.58% -
HSV(B) 275.49º 0.84% 1% -
XYZ 34.62 16.96 95.21 -
YUV 102.96 213.24 173.68 -
System Red Green Blue C M Y K H S L
Decimal 167 41 254 0.34 0.84 0 0.00 275.49 0.99 0.58
Hex A7 29 FE 22 54 0 0 113 63 3A
Octal 247 51 376 42 124 0 0 423 143 72
Binary 10100111 101001 11111110 100010 1010100 0 0 100010011 1100011 111010

Color Harmonies of #A729FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729FE

Black with #A729FE

Text Example


Text Example

White with #A729FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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