Html Css Color HEX #AD29ED Blue Violet

📋 copy color: '#AD29ED'

red 173 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #AD29ED

Tints of Blue Violet #AD29ED

RGB

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

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

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

R = 38.36%
G = 9.09%
B = 52.55%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD29ED (or 0xAD29ED) is known color: Blue Violet. HEX triplet: AD, 29 and ED. RGB value is (173,41,237). Sum of RGB (Red+Green+Blue) = 173+41+237=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD29ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29ED is #52D612. Grayscale: #666666. Windows color (decimal): -5428755 or 15542701. OLE color: 15542701.

HSL color Cylindrical-coordinate representation of color #AD29ED: hue angle of 280.41º 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 #AD29ED is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 41 237 -
CMYK 0.27 0.83 0 0.07
HSL 280.41º 0.84% 0.55% -
HSV(B) 280.41º 0.83% 0.93% -
XYZ 33.31 16.58 81.57 -
YUV 102.81 203.73 178.06 -
System Red Green Blue C M Y K H S L
Decimal 173 41 237 0.27 0.83 0 0.07 280.41 0.84 0.55
Hex AD 29 ED 1B 53 0 7 118 54 37
Octal 255 51 355 33 123 0 7 430 124 67
Binary 10101101 101001 11101101 11011 1010011 0 111 100011000 1010100 110111

Color Harmonies of #AD29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29ED

Black with #AD29ED

Text Example


Text Example

White with #AD29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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