Html Css Color HEX #AD29FA Blue Violet

📋 copy color: '#AD29FA'

red 173 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #AD29FA

Tints of Blue Violet #AD29FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 37.28%
G = 8.84%
B = 53.88%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD29FA (or 0xAD29FA) is known color: Blue Violet. HEX triplet: AD, 29 and FA. RGB value is (173,41,250). Sum of RGB (Red+Green+Blue) = 173+41+250=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD29FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29FA is #52D605. Grayscale: #676767. Windows color (decimal): -5428742 or 16394669. OLE color: 16394669.

HSL color Cylindrical-coordinate representation of color #AD29FA: hue angle of 277.89º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD29FA is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 41 250 -
CMYK 0.31 0.84 0 0.02
HSL 277.89º 0.95% 0.57% -
HSV(B) 277.89º 0.84% 0.98% -
XYZ 35.28 17.37 91.94 -
YUV 104.29 210.23 177.01 -
System Red Green Blue C M Y K H S L
Decimal 173 41 250 0.31 0.84 0 0.02 277.89 0.95 0.57
Hex AD 29 FA 1F 54 0 2 116 5F 39
Octal 255 51 372 37 124 0 2 426 137 71
Binary 10101101 101001 11111010 11111 1010100 0 10 100010110 1011111 111001

Color Harmonies of #AD29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29FA

Black with #AD29FA

Text Example


Text Example

White with #AD29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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