Html Css Color HEX #AD2DFF Blue Violet

📋 copy color: '#AD2DFF'

red 173 ◦ green 45 ◦ blue 255

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

Shades of Blue Violet #AD2DFF

Tints of Blue Violet #AD2DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.51%

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

R = 36.58%
G = 9.51%
B = 53.91%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD2DFF (or 0xAD2DFF) is known color: Blue Violet. HEX triplet: AD, 2D and FF. RGB value is (173,45,255). Sum of RGB (Red+Green+Blue) = 173+45+255=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DFF is #52D200. Grayscale: #6A6A6A. Windows color (decimal): -5427713 or 16723373. OLE color: 16723373.

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

Color convert

RGB 173 45 255 -
CMYK 0.32 0.82 0 0
HSL 276.57º 1% 0.59% -
HSV(B) 276.57º 0.82% 1% -
XYZ 36.22 17.98 96.17 -
YUV 107.21 211.41 174.92 -
System Red Green Blue C M Y K H S L
Decimal 173 45 255 0.32 0.82 0 0 276.57 1 0.59
Hex AD 2D FF 20 52 0 0 115 64 3B
Octal 255 55 377 40 122 0 0 425 144 73
Binary 10101101 101101 11111111 100000 1010010 0 0 100010101 1100100 111011

Color Harmonies of #AD2DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DFF

Black with #AD2DFF

Text Example


Text Example

White with #AD2DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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