Html Css Color HEX #AD3FF6 Blue Violet

📋 copy color: '#AD3FF6'

red 173 ◦ green 63 ◦ blue 246

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

Shades of Blue Violet #AD3FF6

Tints of Blue Violet #AD3FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.04%

R = 35.89%
G = 13.07%
B = 51.04%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD3FF6 (or 0xAD3FF6) is known color: Blue Violet. HEX triplet: AD, 3F and F6. RGB value is (173,63,246). Sum of RGB (Red+Green+Blue) = 173+63+246=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD3FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3FF6 is #52C009. Grayscale: #747474. Windows color (decimal): -5423114 or 16138157. OLE color: 16138157.

HSL color Cylindrical-coordinate representation of color #AD3FF6: hue angle of 276.07º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3FF6 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 63 246 -
CMYK 0.30 0.74 0 0.04
HSL 276.07º 0.91% 0.61% -
HSV(B) 276.07º 0.74% 0.96% -
XYZ 35.65 19.09 89 -
YUV 116.75 200.94 168.12 -
System Red Green Blue C M Y K H S L
Decimal 173 63 246 0.30 0.74 0 0.04 276.07 0.91 0.61
Hex AD 3F F6 1E 4A 0 4 114 5B 3D
Octal 255 77 366 36 112 0 4 424 133 75
Binary 10101101 111111 11110110 11110 1001010 0 100 100010100 1011011 111101

Color Harmonies of #AD3FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FF6

Black with #AD3FF6

Text Example


Text Example

White with #AD3FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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