Html Css Color HEX #AD29FD Blue Violet

📋 copy color: '#AD29FD'

red 173 ◦ green 41 ◦ blue 253

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

Shades of Blue Violet #AD29FD

Tints of Blue Violet #AD29FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 37.04%
G = 8.78%
B = 54.18%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD29FD (or 0xAD29FD) is known color: Blue Violet. HEX triplet: AD, 29 and FD. RGB value is (173,41,253). Sum of RGB (Red+Green+Blue) = 173+41+253=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD29FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29FD is #52D602. Grayscale: #676767. Windows color (decimal): -5428739 or 16591277. OLE color: 16591277.

HSL color Cylindrical-coordinate representation of color #AD29FD: hue angle of 277.36º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD29FD is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 41 253 -
CMYK 0.32 0.84 0 0.01
HSL 277.36º 0.98% 0.58% -
HSV(B) 277.36º 0.84% 0.99% -
XYZ 35.76 17.56 94.43 -
YUV 104.64 211.73 176.76 -
System Red Green Blue C M Y K H S L
Decimal 173 41 253 0.32 0.84 0 0.01 277.36 0.98 0.58
Hex AD 29 FD 20 54 0 1 115 62 3A
Octal 255 51 375 40 124 0 1 425 142 72
Binary 10101101 101001 11111101 100000 1010100 0 1 100010101 1100010 111010

Color Harmonies of #AD29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29FD

Black with #AD29FD

Text Example


Text Example

White with #AD29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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