Html Css Color HEX #AD41FD Blue Violet

📋 copy color: '#AD41FD'

red 173 ◦ green 65 ◦ blue 253

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

Shades of Blue Violet #AD41FD

Tints of Blue Violet #AD41FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 35.23%
G = 13.24%
B = 51.53%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD41FD (or 0xAD41FD) is known color: Blue Violet. HEX triplet: AD, 41 and FD. RGB value is (173,65,253). Sum of RGB (Red+Green+Blue) = 173+65+253=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD41FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41FD is #52BE02. Grayscale: #767676. Windows color (decimal): -5422595 or 16597421. OLE color: 16597421.

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

Color convert

RGB 173 65 253 -
CMYK 0.32 0.74 0 0.01
HSL 274.47º 0.98% 0.62% -
HSV(B) 274.47º 0.74% 0.99% -
XYZ 36.85 19.76 94.8 -
YUV 118.72 203.78 166.71 -
System Red Green Blue C M Y K H S L
Decimal 173 65 253 0.32 0.74 0 0.01 274.47 0.98 0.62
Hex AD 41 FD 20 4A 0 1 112 62 3E
Octal 255 101 375 40 112 0 1 422 142 76
Binary 10101101 1000001 11111101 100000 1001010 0 1 100010010 1100010 111110

Color Harmonies of #AD41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41FD

Black with #AD41FD

Text Example


Text Example

White with #AD41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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