Html Css Color HEX #AD24F1 Blue Violet

📋 copy color: '#AD24F1'

red 173 ◦ green 36 ◦ blue 241

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

Shades of Blue Violet #AD24F1

Tints of Blue Violet #AD24F1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8%

 BLUE value IS 241 (94.53% from 255) = 53.56%

R = 38.44%
G = 8%
B = 53.56%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD24F1 (or 0xAD24F1) is known color: Blue Violet. HEX triplet: AD, 24 and F1. RGB value is (173,36,241). Sum of RGB (Red+Green+Blue) = 173+36+241=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD24F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD24F1 is #52DB0E. Grayscale: #636363. Windows color (decimal): -5430031 or 15803565. OLE color: 15803565.

HSL color Cylindrical-coordinate representation of color #AD24F1: hue angle of 280.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD24F1 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 36 241 -
CMYK 0.28 0.85 0 0.05
HSL 280.1º 0.88% 0.54% -
HSV(B) 280.1º 0.85% 0.95% -
XYZ 33.74 16.5 84.62 -
YUV 100.33 207.39 179.83 -
System Red Green Blue C M Y K H S L
Decimal 173 36 241 0.28 0.85 0 0.05 280.1 0.88 0.54
Hex AD 24 F1 1C 55 0 5 118 58 36
Octal 255 44 361 34 125 0 5 430 130 66
Binary 10101101 100100 11110001 11100 1010101 0 101 100011000 1011000 110110

Color Harmonies of #AD24F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD24F1

Black with #AD24F1

Text Example


Text Example

White with #AD24F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD24F1; }

 p { color: rgb(173,36,241); }

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

background-color css

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

 a { background-color: rgb(173,36,241); }

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

border-color css

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

 span { border-color: rgb(173,36,241); }

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