Html Css Color HEX #AD29FE Blue Violet

📋 copy color: '#AD29FE'

red 173 ◦ green 41 ◦ blue 254

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

Shades of Blue Violet #AD29FE

Tints of Blue Violet #AD29FE

RGB

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

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

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

R = 36.97%
G = 8.76%
B = 54.27%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD29FE (or 0xAD29FE) is known color: Blue Violet. HEX triplet: AD, 29 and FE. RGB value is (173,41,254). Sum of RGB (Red+Green+Blue) = 173+41+254=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD29FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29FE is #52D601. Grayscale: #686868. Windows color (decimal): -5428738 or 16656813. OLE color: 16656813.

HSL color Cylindrical-coordinate representation of color #AD29FE: hue angle of 277.18º 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 #AD29FE is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 41 254 -
CMYK 0.32 0.84 0 0.00
HSL 277.18º 0.99% 0.58% -
HSV(B) 277.18º 0.84% 1% -
XYZ 35.92 17.63 95.28 -
YUV 104.75 212.23 176.68 -
System Red Green Blue C M Y K H S L
Decimal 173 41 254 0.32 0.84 0 0.00 277.18 0.99 0.58
Hex AD 29 FE 20 54 0 0 115 63 3A
Octal 255 51 376 40 124 0 0 425 143 72
Binary 10101101 101001 11111110 100000 1010100 0 0 100010101 1100011 111010

Color Harmonies of #AD29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29FE

Black with #AD29FE

Text Example


Text Example

White with #AD29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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