Html Css Color HEX #A729EA Blue Violet

📋 copy color: '#A729EA'

red 167 ◦ green 41 ◦ blue 234

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

Shades of Blue Violet #A729EA

Tints of Blue Violet #A729EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 37.78%
G = 9.28%
B = 52.94%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A729EA (or 0xA729EA) is known color: Blue Violet. HEX triplet: A7, 29 and EA. RGB value is (167,41,234). Sum of RGB (Red+Green+Blue) = 167+41+234=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #A729EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A729EA is #58D615. Grayscale: #646464. Windows color (decimal): -5821974 or 15346087. OLE color: 15346087.

HSL color Cylindrical-coordinate representation of color #A729EA: hue angle of 279.17º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A729EA is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 41 234 -
CMYK 0.29 0.82 0 0.08
HSL 279.17º 0.82% 0.54% -
HSV(B) 279.17º 0.82% 0.92% -
XYZ 31.58 15.74 79.22 -
YUV 100.68 203.24 175.31 -
System Red Green Blue C M Y K H S L
Decimal 167 41 234 0.29 0.82 0 0.08 279.17 0.82 0.54
Hex A7 29 EA 1D 52 0 8 117 52 36
Octal 247 51 352 35 122 0 10 427 122 66
Binary 10100111 101001 11101010 11101 1010010 0 1000 100010111 1010010 110110

Color Harmonies of #A729EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729EA

Black with #A729EA

Text Example


Text Example

White with #A729EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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