Html Css Color HEX #AD29EE Blue Violet

📋 copy color: '#AD29EE'

red 173 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #AD29EE

Tints of Blue Violet #AD29EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 38.27%
G = 9.07%
B = 52.65%

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

#AD29EE (or 0xAD29EE) is known color: Blue Violet. HEX triplet: AD, 29 and EE. RGB value is (173,41,238). Sum of RGB (Red+Green+Blue) = 173+41+238=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD29EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29EE is #52D611. Grayscale: #666666. Windows color (decimal): -5428754 or 15608237. OLE color: 15608237.

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

Color convert

RGB 173 41 238 -
CMYK 0.27 0.83 0 0.07
HSL 280.2º 0.85% 0.55% -
HSV(B) 280.2º 0.83% 0.93% -
XYZ 33.46 16.64 82.34 -
YUV 102.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 173 41 238 0.27 0.83 0 0.07 280.2 0.85 0.55
Hex AD 29 EE 1B 53 0 7 118 55 37
Octal 255 51 356 33 123 0 7 430 125 67
Binary 10101101 101001 11101110 11011 1010011 0 111 100011000 1010101 110111

Color Harmonies of #AD29EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29EE

Black with #AD29EE

Text Example


Text Example

White with #AD29EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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