Html Css Color HEX #AD29F3 Blue Violet

📋 copy color: '#AD29F3'

red 173 ◦ green 41 ◦ blue 243

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

Shades of Blue Violet #AD29F3

Tints of Blue Violet #AD29F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.17%

R = 37.86%
G = 8.97%
B = 53.17%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD29F3 (or 0xAD29F3) is known color: Blue Violet. HEX triplet: AD, 29 and F3. RGB value is (173,41,243). Sum of RGB (Red+Green+Blue) = 173+41+243=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD29F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29F3 is #52D60C. Grayscale: #666666. Windows color (decimal): -5428749 or 15935917. OLE color: 15935917.

HSL color Cylindrical-coordinate representation of color #AD29F3: hue angle of 279.21º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD29F3 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 41 243 -
CMYK 0.29 0.83 0 0.05
HSL 279.21º 0.89% 0.56% -
HSV(B) 279.21º 0.83% 0.95% -
XYZ 34.2 16.94 86.26 -
YUV 103.5 206.73 177.57 -
System Red Green Blue C M Y K H S L
Decimal 173 41 243 0.29 0.83 0 0.05 279.21 0.89 0.56
Hex AD 29 F3 1D 53 0 5 117 59 38
Octal 255 51 363 35 123 0 5 427 131 70
Binary 10101101 101001 11110011 11101 1010011 0 101 100010111 1011001 111000

Color Harmonies of #AD29F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29F3

Black with #AD29F3

Text Example


Text Example

White with #AD29F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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