Html Css Color HEX #AD3CFC Blue Violet

📋 copy color: '#AD3CFC'

red 173 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #AD3CFC

Tints of Blue Violet #AD3CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.37%

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

R = 35.67%
G = 12.37%
B = 51.96%

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

#AD3CFC (or 0xAD3CFC) is known color: Blue Violet. HEX triplet: AD, 3C and FC. RGB value is (173,60,252). Sum of RGB (Red+Green+Blue) = 173+60+252=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD3CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CFC is #52C303. Grayscale: #737373. Windows color (decimal): -5423876 or 16530605. OLE color: 16530605.

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

Color convert

RGB 173 60 252 -
CMYK 0.31 0.76 0 0.01
HSL 275.31º 0.97% 0.61% -
HSV(B) 275.31º 0.76% 0.99% -
XYZ 36.42 19.14 93.87 -
YUV 115.68 204.94 168.89 -
System Red Green Blue C M Y K H S L
Decimal 173 60 252 0.31 0.76 0 0.01 275.31 0.97 0.61
Hex AD 3C FC 1F 4C 0 1 113 61 3D
Octal 255 74 374 37 114 0 1 423 141 75
Binary 10101101 111100 11111100 11111 1001100 0 1 100010011 1100001 111101

Color Harmonies of #AD3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CFC

Black with #AD3CFC

Text Example


Text Example

White with #AD3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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