Html Css Color HEX #AD29F5 Blue Violet

📋 copy color: '#AD29F5'

red 173 ◦ green 41 ◦ blue 245

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

Shades of Blue Violet #AD29F5

Tints of Blue Violet #AD29F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.38%

R = 37.69%
G = 8.93%
B = 53.38%

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

#AD29F5 (or 0xAD29F5) is known color: Blue Violet. HEX triplet: AD, 29 and F5. RGB value is (173,41,245). Sum of RGB (Red+Green+Blue) = 173+41+245=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 245 (96.09% from 255 or 53.38% from 459); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD29F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29F5 is #52D60A. Grayscale: #676767. Windows color (decimal): -5428747 or 16066989. OLE color: 16066989.

HSL color Cylindrical-coordinate representation of color #AD29F5: hue angle of 278.82º degrees, saturation: 0.91, 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 #AD29F5 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 41 245 -
CMYK 0.29 0.83 0 0.04
HSL 278.82º 0.91% 0.56% -
HSV(B) 278.82º 0.83% 0.96% -
XYZ 34.51 17.06 87.86 -
YUV 103.72 207.73 177.41 -
System Red Green Blue C M Y K H S L
Decimal 173 41 245 0.29 0.83 0 0.04 278.82 0.91 0.56
Hex AD 29 F5 1D 53 0 4 117 5B 38
Octal 255 51 365 35 123 0 4 427 133 70
Binary 10101101 101001 11110101 11101 1010011 0 100 100010111 1011011 111000

Color Harmonies of #AD29F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29F5

Black with #AD29F5

Text Example


Text Example

White with #AD29F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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