Html Css Color HEX #AD31F9 Blue Violet

📋 copy color: '#AD31F9'

red 173 ◦ green 49 ◦ blue 249

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

Shades of Blue Violet #AD31F9

Tints of Blue Violet #AD31F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.4%

 BLUE value IS 249 (97.66% from 255) = 52.87%

R = 36.73%
G = 10.4%
B = 52.87%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD31F9 (or 0xAD31F9) is known color: Blue Violet. HEX triplet: AD, 31 and F9. RGB value is (173,49,249). Sum of RGB (Red+Green+Blue) = 173+49+249=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD31F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31F9 is #52CE06. Grayscale: #6C6C6C. Windows color (decimal): -5426695 or 16331181. OLE color: 16331181.

HSL color Cylindrical-coordinate representation of color #AD31F9: hue angle of 277.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD31F9 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 49 249 -
CMYK 0.31 0.80 0 0.02
HSL 277.2º 0.94% 0.58% -
HSV(B) 277.2º 0.8% 0.98% -
XYZ 35.43 17.92 91.21 -
YUV 108.88 207.08 173.74 -
System Red Green Blue C M Y K H S L
Decimal 173 49 249 0.31 0.80 0 0.02 277.2 0.94 0.58
Hex AD 31 F9 1F 50 0 2 115 5E 3A
Octal 255 61 371 37 120 0 2 425 136 72
Binary 10101101 110001 11111001 11111 1010000 0 10 100010101 1011110 111010

Color Harmonies of #AD31F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31F9

Black with #AD31F9

Text Example


Text Example

White with #AD31F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31F9; }

 p { color: rgb(173,49,249); }

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

background-color css

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

 a { background-color: rgb(173,49,249); }

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

border-color css

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

 span { border-color: rgb(173,49,249); }

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