Html Css Color HEX #A729ED Blue Violet

📋 copy color: '#A729ED'

red 167 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #A729ED

Tints of Blue Violet #A729ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 37.53%
G = 9.21%
B = 53.26%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A729ED (or 0xA729ED) is known color: Blue Violet. HEX triplet: A7, 29 and ED. RGB value is (167,41,237). Sum of RGB (Red+Green+Blue) = 167+41+237=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #A729ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A729ED is #58D612. Grayscale: #646464. Windows color (decimal): -5821971 or 15542695. OLE color: 15542695.

HSL color Cylindrical-coordinate representation of color #A729ED: hue angle of 278.57º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A729ED is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 41 237 -
CMYK 0.30 0.83 0 0.07
HSL 278.57º 0.84% 0.55% -
HSV(B) 278.57º 0.83% 0.93% -
XYZ 32.02 15.92 81.51 -
YUV 101.02 204.74 175.06 -
System Red Green Blue C M Y K H S L
Decimal 167 41 237 0.30 0.83 0 0.07 278.57 0.84 0.55
Hex A7 29 ED 1E 53 0 7 117 54 37
Octal 247 51 355 36 123 0 7 427 124 67
Binary 10100111 101001 11101101 11110 1010011 0 111 100010111 1010100 110111

Color Harmonies of #A729ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729ED

Black with #A729ED

Text Example


Text Example

White with #A729ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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