Html Css Color HEX #AD31FD Blue Violet

📋 copy color: '#AD31FD'

red 173 ◦ green 49 ◦ blue 253

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

Shades of Blue Violet #AD31FD

Tints of Blue Violet #AD31FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 36.42%
G = 10.32%
B = 53.26%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD31FD (or 0xAD31FD) is known color: Blue Violet. HEX triplet: AD, 31 and FD. RGB value is (173,49,253). Sum of RGB (Red+Green+Blue) = 173+49+253=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD31FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31FD is #52CE02. Grayscale: #6C6C6C. Windows color (decimal): -5426691 or 16593325. OLE color: 16593325.

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

Color convert

RGB 173 49 253 -
CMYK 0.32 0.81 0 0.01
HSL 276.47º 0.98% 0.59% -
HSV(B) 276.47º 0.81% 0.99% -
XYZ 36.06 18.17 94.54 -
YUV 109.33 209.08 173.41 -
System Red Green Blue C M Y K H S L
Decimal 173 49 253 0.32 0.81 0 0.01 276.47 0.98 0.59
Hex AD 31 FD 20 51 0 1 114 62 3B
Octal 255 61 375 40 121 0 1 424 142 73
Binary 10101101 110001 11111101 100000 1010001 0 1 100010100 1100010 111011

Color Harmonies of #AD31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD31FD

Black with #AD31FD

Text Example


Text Example

White with #AD31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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