Html Css Color HEX #AD3DFB Blue Violet

📋 copy color: '#AD3DFB'

red 173 ◦ green 61 ◦ blue 251

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

Shades of Blue Violet #AD3DFB

Tints of Blue Violet #AD3DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.58%

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 35.67%
G = 12.58%
B = 51.75%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD3DFB (or 0xAD3DFB) is known color: Blue Violet. HEX triplet: AD, 3D and FB. RGB value is (173,61,251). Sum of RGB (Red+Green+Blue) = 173+61+251=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD3DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DFB is #52C204. Grayscale: #737373. Windows color (decimal): -5423621 or 16465325. OLE color: 16465325.

HSL color Cylindrical-coordinate representation of color #AD3DFB: hue angle of 275.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3DFB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 61 251 -
CMYK 0.31 0.76 0 0.02
HSL 275.37º 0.96% 0.61% -
HSV(B) 275.37º 0.76% 0.98% -
XYZ 36.31 19.19 93.06 -
YUV 116.15 204.11 168.55 -
System Red Green Blue C M Y K H S L
Decimal 173 61 251 0.31 0.76 0 0.02 275.37 0.96 0.61
Hex AD 3D FB 1F 4C 0 2 113 60 3D
Octal 255 75 373 37 114 0 2 423 140 75
Binary 10101101 111101 11111011 11111 1001100 0 10 100010011 1100000 111101

Color Harmonies of #AD3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DFB

Black with #AD3DFB

Text Example


Text Example

White with #AD3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DFB; }

 p { color: rgb(173,61,251); }

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

background-color css

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

 a { background-color: rgb(173,61,251); }

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

border-color css

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

 span { border-color: rgb(173,61,251); }

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