Html Css Color HEX #AD3CF1 Blue Violet

📋 copy color: '#AD3CF1'

red 173 ◦ green 60 ◦ blue 241

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

Shades of Blue Violet #AD3CF1

Tints of Blue Violet #AD3CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 36.5%
G = 12.66%
B = 50.84%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD3CF1 (or 0xAD3CF1) is known color: Blue Violet. HEX triplet: AD, 3C and F1. RGB value is (173,60,241). Sum of RGB (Red+Green+Blue) = 173+60+241=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD3CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CF1 is #52C30E. Grayscale: #717171. Windows color (decimal): -5423887 or 15809709. OLE color: 15809709.

HSL color Cylindrical-coordinate representation of color #AD3CF1: hue angle of 277.46º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3CF1 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 60 241 -
CMYK 0.28 0.75 0 0.05
HSL 277.46º 0.87% 0.59% -
HSV(B) 277.46º 0.75% 0.95% -
XYZ 34.73 18.47 84.95 -
YUV 114.42 199.44 169.78 -
System Red Green Blue C M Y K H S L
Decimal 173 60 241 0.28 0.75 0 0.05 277.46 0.87 0.59
Hex AD 3C F1 1C 4B 0 5 115 57 3B
Octal 255 74 361 34 113 0 5 425 127 73
Binary 10101101 111100 11110001 11100 1001011 0 101 100010101 1010111 111011

Color Harmonies of #AD3CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CF1

Black with #AD3CF1

Text Example


Text Example

White with #AD3CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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