Html Css Color HEX #AD40F9 Blue Violet

📋 copy color: '#AD40F9'

red 173 ◦ green 64 ◦ blue 249

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

Shades of Blue Violet #AD40F9

Tints of Blue Violet #AD40F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 35.6%
G = 13.17%
B = 51.23%

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

#AD40F9 (or 0xAD40F9) is known color: Blue Violet. HEX triplet: AD, 40 and F9. RGB value is (173,64,249). Sum of RGB (Red+Green+Blue) = 173+64+249=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD40F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40F9 is #52BF06. Grayscale: #757575. Windows color (decimal): -5422855 or 16335021. OLE color: 16335021.

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

Color convert

RGB 173 64 249 -
CMYK 0.31 0.74 0 0.02
HSL 275.35º 0.94% 0.61% -
HSV(B) 275.35º 0.74% 0.98% -
XYZ 36.17 19.39 91.46 -
YUV 117.68 202.11 167.46 -
System Red Green Blue C M Y K H S L
Decimal 173 64 249 0.31 0.74 0 0.02 275.35 0.94 0.61
Hex AD 40 F9 1F 4A 0 2 113 5E 3D
Octal 255 100 371 37 112 0 2 423 136 75
Binary 10101101 1000000 11111001 11111 1001010 0 10 100010011 1011110 111101

Color Harmonies of #AD40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40F9

Black with #AD40F9

Text Example


Text Example

White with #AD40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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