Html Css Color HEX #AD40FD Blue Violet

📋 copy color: '#AD40FD'

red 173 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #AD40FD

Tints of Blue Violet #AD40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.06%

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

R = 35.31%
G = 13.06%
B = 51.63%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD40FD (or 0xAD40FD) is known color: Blue Violet. HEX triplet: AD, 40 and FD. RGB value is (173,64,253). Sum of RGB (Red+Green+Blue) = 173+64+253=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40FD is #52BF02. Grayscale: #757575. Windows color (decimal): -5422851 or 16597165. OLE color: 16597165.

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

Color convert

RGB 173 64 253 -
CMYK 0.32 0.75 0 0.01
HSL 274.6º 0.98% 0.62% -
HSV(B) 274.6º 0.75% 0.99% -
XYZ 36.8 19.64 94.78 -
YUV 118.14 204.11 167.13 -
System Red Green Blue C M Y K H S L
Decimal 173 64 253 0.32 0.75 0 0.01 274.6 0.98 0.62
Hex AD 40 FD 20 4B 0 1 113 62 3E
Octal 255 100 375 40 113 0 1 423 142 76
Binary 10101101 1000000 11111101 100000 1001011 0 1 100010011 1100010 111110

Color Harmonies of #AD40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40FD

Black with #AD40FD

Text Example


Text Example

White with #AD40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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