Html Css Color HEX #AD3BFB Blue Violet

📋 copy color: '#AD3BFB'

red 173 ◦ green 59 ◦ blue 251

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

Shades of Blue Violet #AD3BFB

Tints of Blue Violet #AD3BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.22%

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

R = 35.82%
G = 12.22%
B = 51.97%

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

#AD3BFB (or 0xAD3BFB) is known color: Blue Violet. HEX triplet: AD, 3B and FB. RGB value is (173,59,251). Sum of RGB (Red+Green+Blue) = 173+59+251=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD3BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BFB is #52C404. Grayscale: #727272. Windows color (decimal): -5424133 or 16464813. OLE color: 16464813.

HSL color Cylindrical-coordinate representation of color #AD3BFB: hue angle of 275.62º 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 #AD3BFB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 59 251 -
CMYK 0.31 0.76 0 0.02
HSL 275.63º 0.96% 0.61% -
HSV(B) 275.63º 0.76% 0.98% -
XYZ 36.21 18.98 93.02 -
YUV 114.97 204.77 169.39 -
System Red Green Blue C M Y K H S L
Decimal 173 59 251 0.31 0.76 0 0.02 275.63 0.96 0.61
Hex AD 3B FB 1F 4C 0 2 114 60 3D
Octal 255 73 373 37 114 0 2 424 140 75
Binary 10101101 111011 11111011 11111 1001100 0 10 100010100 1100000 111101

Color Harmonies of #AD3BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BFB

Black with #AD3BFB

Text Example


Text Example

White with #AD3BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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