Html Css Color HEX #AD3BFC Blue Violet

📋 copy color: '#AD3BFC'

red 173 ◦ green 59 ◦ blue 252

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

Shades of Blue Violet #AD3BFC

Tints of Blue Violet #AD3BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 35.74%
G = 12.19%
B = 52.07%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD3BFC (or 0xAD3BFC) is known color: Blue Violet. HEX triplet: AD, 3B and FC. RGB value is (173,59,252). Sum of RGB (Red+Green+Blue) = 173+59+252=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD3BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3BFC is #52C403. Grayscale: #727272. Windows color (decimal): -5424132 or 16530349. OLE color: 16530349.

HSL color Cylindrical-coordinate representation of color #AD3BFC: hue angle of 275.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3BFC is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 59 252 -
CMYK 0.31 0.77 0 0.01
HSL 275.44º 0.97% 0.61% -
HSV(B) 275.44º 0.77% 0.99% -
XYZ 36.37 19.04 93.85 -
YUV 115.09 205.27 169.31 -
System Red Green Blue C M Y K H S L
Decimal 173 59 252 0.31 0.77 0 0.01 275.44 0.97 0.61
Hex AD 3B FC 1F 4D 0 1 113 61 3D
Octal 255 73 374 37 115 0 1 423 141 75
Binary 10101101 111011 11111100 11111 1001101 0 1 100010011 1100001 111101

Color Harmonies of #AD3BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BFC

Black with #AD3BFC

Text Example


Text Example

White with #AD3BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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