Html Css Color HEX #AD3DFC Blue Violet

📋 copy color: '#AD3DFC'

red 173 ◦ green 61 ◦ blue 252

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

Shades of Blue Violet #AD3DFC

Tints of Blue Violet #AD3DFC

RGB

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

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

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

R = 35.6%
G = 12.55%
B = 51.85%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD3DFC (or 0xAD3DFC) is known color: Blue Violet. HEX triplet: AD, 3D and FC. RGB value is (173,61,252). Sum of RGB (Red+Green+Blue) = 173+61+252=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD3DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DFC is #52C203. Grayscale: #737373. Windows color (decimal): -5423620 or 16530861. OLE color: 16530861.

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

Color convert

RGB 173 61 252 -
CMYK 0.31 0.76 0 0.01
HSL 275.18º 0.97% 0.61% -
HSV(B) 275.18º 0.76% 0.99% -
XYZ 36.47 19.25 93.89 -
YUV 116.26 204.61 168.47 -
System Red Green Blue C M Y K H S L
Decimal 173 61 252 0.31 0.76 0 0.01 275.18 0.97 0.61
Hex AD 3D FC 1F 4C 0 1 113 61 3D
Octal 255 75 374 37 114 0 1 423 141 75
Binary 10101101 111101 11111100 11111 1001100 0 1 100010011 1100001 111101

Color Harmonies of #AD3DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DFC

Black with #AD3DFC

Text Example


Text Example

White with #AD3DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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