Html Css Color HEX #AD29F4 Blue Violet

📋 copy color: '#AD29F4'

red 173 ◦ green 41 ◦ blue 244

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

Shades of Blue Violet #AD29F4

Tints of Blue Violet #AD29F4

RGB

 RED value IS 173 (67.97% from 255) = 37.77%

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

 BLUE value IS 244 (95.7% from 255) = 53.28%

R = 37.77%
G = 8.95%
B = 53.28%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD29F4 (or 0xAD29F4) is known color: Blue Violet. HEX triplet: AD, 29 and F4. RGB value is (173,41,244). Sum of RGB (Red+Green+Blue) = 173+41+244=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 244 (95.70% from 255 or 53.28% from 458); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD29F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29F4 is #52D60B. Grayscale: #666666. Windows color (decimal): -5428748 or 16001453. OLE color: 16001453.

HSL color Cylindrical-coordinate representation of color #AD29F4: hue angle of 279.01º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD29F4 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 41 244 -
CMYK 0.29 0.83 0 0.04
HSL 279.01º 0.9% 0.56% -
HSV(B) 279.01º 0.83% 0.96% -
XYZ 34.36 17 87.06 -
YUV 103.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 173 41 244 0.29 0.83 0 0.04 279.01 0.9 0.56
Hex AD 29 F4 1D 53 0 4 117 5A 38
Octal 255 51 364 35 123 0 4 427 132 70
Binary 10101101 101001 11110100 11101 1010011 0 100 100010111 1011010 111000

Color Harmonies of #AD29F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29F4

Black with #AD29F4

Text Example


Text Example

White with #AD29F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29F4; }

 p { color: rgb(173,41,244); }

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

background-color css

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

 a { background-color: rgb(173,41,244); }

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

border-color css

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

 span { border-color: rgb(173,41,244); }

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