Html Css Color HEX #AD41FB Blue Violet

📋 copy color: '#AD41FB'

red 173 ◦ green 65 ◦ blue 251

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

Shades of Blue Violet #AD41FB

Tints of Blue Violet #AD41FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

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

R = 35.38%
G = 13.29%
B = 51.33%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD41FB (or 0xAD41FB) is known color: Blue Violet. HEX triplet: AD, 41 and FB. RGB value is (173,65,251). Sum of RGB (Red+Green+Blue) = 173+65+251=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD41FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41FB is #52BE04. Grayscale: #757575. Windows color (decimal): -5422597 or 16466349. OLE color: 16466349.

HSL color Cylindrical-coordinate representation of color #AD41FB: hue angle of 274.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD41FB is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 65 251 -
CMYK 0.31 0.74 0 0.02
HSL 274.84º 0.96% 0.62% -
HSV(B) 274.84º 0.74% 0.98% -
XYZ 36.54 19.63 93.13 -
YUV 118.5 202.78 166.88 -
System Red Green Blue C M Y K H S L
Decimal 173 65 251 0.31 0.74 0 0.02 274.84 0.96 0.62
Hex AD 41 FB 1F 4A 0 2 113 60 3E
Octal 255 101 373 37 112 0 2 423 140 76
Binary 10101101 1000001 11111011 11111 1001010 0 10 100010011 1100000 111110

Color Harmonies of #AD41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41FB

Black with #AD41FB

Text Example


Text Example

White with #AD41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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