Html Css Color HEX #AD29F2 Blue Violet

📋 copy color: '#AD29F2'

red 173 ◦ green 41 ◦ blue 242

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

Shades of Blue Violet #AD29F2

Tints of Blue Violet #AD29F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.07%

R = 37.94%
G = 8.99%
B = 53.07%

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

#AD29F2 (or 0xAD29F2) is known color: Blue Violet. HEX triplet: AD, 29 and F2. RGB value is (173,41,242). Sum of RGB (Red+Green+Blue) = 173+41+242=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD29F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD29F2 is #52D60D. Grayscale: #666666. Windows color (decimal): -5428750 or 15870381. OLE color: 15870381.

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

Color convert

RGB 173 41 242 -
CMYK 0.29 0.83 0 0.05
HSL 279.4º 0.89% 0.55% -
HSV(B) 279.4º 0.83% 0.95% -
XYZ 34.05 16.88 85.47 -
YUV 103.38 206.23 177.66 -
System Red Green Blue C M Y K H S L
Decimal 173 41 242 0.29 0.83 0 0.05 279.4 0.89 0.55
Hex AD 29 F2 1D 53 0 5 117 59 37
Octal 255 51 362 35 123 0 5 427 131 67
Binary 10101101 101001 11110010 11101 1010011 0 101 100010111 1011001 110111

Color Harmonies of #AD29F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD29F2

Black with #AD29F2

Text Example


Text Example

White with #AD29F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD29F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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