Html Css Color HEX #AD45FF Blue Violet

📋 copy color: '#AD45FF'

red 173 ◦ green 69 ◦ blue 255

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

Shades of Blue Violet #AD45FF

Tints of Blue Violet #AD45FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.88%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 34.81%
G = 13.88%
B = 51.31%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD45FF (or 0xAD45FF) is known color: Blue Violet. HEX triplet: AD, 45 and FF. RGB value is (173,69,255). Sum of RGB (Red+Green+Blue) = 173+69+255=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD45FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45FF is #52BA00. Grayscale: #787878. Windows color (decimal): -5421569 or 16729517. OLE color: 16729517.

HSL color Cylindrical-coordinate representation of color #AD45FF: hue angle of 273.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD45FF is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 69 255 -
CMYK 0.32 0.73 0 0
HSL 273.55º 1% 0.64% -
HSV(B) 273.55º 0.73% 1% -
XYZ 37.41 20.36 96.57 -
YUV 121.3 203.46 164.88 -
System Red Green Blue C M Y K H S L
Decimal 173 69 255 0.32 0.73 0 0 273.55 1 0.64
Hex AD 45 FF 20 49 0 0 112 64 40
Octal 255 105 377 40 111 0 0 422 144 100
Binary 10101101 1000101 11111111 100000 1001001 0 0 100010010 1100100 1000000

Color Harmonies of #AD45FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45FF

Black with #AD45FF

Text Example


Text Example

White with #AD45FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45FF; }

 p { color: rgb(173,69,255); }

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

background-color css

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

 a { background-color: rgb(173,69,255); }

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

border-color css

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

 span { border-color: rgb(173,69,255); }

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