Html Css Color HEX #AD3FFF Blue Violet

📋 copy color: '#AD3FFF'

red 173 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #AD3FFF

Tints of Blue Violet #AD3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.83%

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

R = 35.23%
G = 12.83%
B = 51.93%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD3FFF (or 0xAD3FFF) is known color: Blue Violet. HEX triplet: AD, 3F and FF. RGB value is (173,63,255). Sum of RGB (Red+Green+Blue) = 173+63+255=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD3FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FFF is #52C000. Grayscale: #757575. Windows color (decimal): -5423105 or 16727981. OLE color: 16727981.

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

Color convert

RGB 173 63 255 -
CMYK 0.32 0.75 0 0
HSL 274.38º 1% 0.62% -
HSV(B) 274.38º 0.75% 1% -
XYZ 37.06 19.66 96.45 -
YUV 117.78 205.44 167.39 -
System Red Green Blue C M Y K H S L
Decimal 173 63 255 0.32 0.75 0 0 274.38 1 0.62
Hex AD 3F FF 20 4B 0 0 112 64 3E
Octal 255 77 377 40 113 0 0 422 144 76
Binary 10101101 111111 11111111 100000 1001011 0 0 100010010 1100100 111110

Color Harmonies of #AD3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FFF

Black with #AD3FFF

Text Example


Text Example

White with #AD3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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