Html Css Color HEX #AD31FF Blue Violet

📋 copy color: '#AD31FF'

red 173 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #AD31FF

Tints of Blue Violet #AD31FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 36.27%
G = 10.27%
B = 53.46%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD31FF (or 0xAD31FF) is known color: Blue Violet. HEX triplet: AD, 31 and FF. RGB value is (173,49,255). Sum of RGB (Red+Green+Blue) = 173+49+255=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD31FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31FF is #52CE00. Grayscale: #6C6C6C. Windows color (decimal): -5426689 or 16724397. OLE color: 16724397.

HSL color Cylindrical-coordinate representation of color #AD31FF: hue angle of 276.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD31FF is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 49 255 -
CMYK 0.32 0.81 0 0
HSL 276.12º 1% 0.6% -
HSV(B) 276.12º 0.81% 1% -
XYZ 36.38 18.3 96.22 -
YUV 109.56 210.08 173.25 -
System Red Green Blue C M Y K H S L
Decimal 173 49 255 0.32 0.81 0 0 276.12 1 0.6
Hex AD 31 FF 20 51 0 0 114 64 3C
Octal 255 61 377 40 121 0 0 424 144 74
Binary 10101101 110001 11111111 100000 1010001 0 0 100010100 1100100 111100

Color Harmonies of #AD31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31FF

Black with #AD31FF

Text Example


Text Example

White with #AD31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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