Html Css Color HEX #AD2DEF Blue Violet

📋 copy color: '#AD2DEF'

red 173 ◦ green 45 ◦ blue 239

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

Shades of Blue Violet #AD2DEF

Tints of Blue Violet #AD2DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 37.86%
G = 9.85%
B = 52.3%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD2DEF (or 0xAD2DEF) is known color: Blue Violet. HEX triplet: AD, 2D and EF. RGB value is (173,45,239). Sum of RGB (Red+Green+Blue) = 173+45+239=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD2DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DEF is #52D210. Grayscale: #686868. Windows color (decimal): -5427729 or 15674797. OLE color: 15674797.

HSL color Cylindrical-coordinate representation of color #AD2DEF: hue angle of 279.59º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2DEF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 45 239 -
CMYK 0.28 0.81 0 0.06
HSL 279.59º 0.86% 0.56% -
HSV(B) 279.59º 0.81% 0.94% -
XYZ 33.75 16.99 83.16 -
YUV 105.39 203.41 176.23 -
System Red Green Blue C M Y K H S L
Decimal 173 45 239 0.28 0.81 0 0.06 279.59 0.86 0.56
Hex AD 2D EF 1C 51 0 6 118 56 38
Octal 255 55 357 34 121 0 6 430 126 70
Binary 10101101 101101 11101111 11100 1010001 0 110 100011000 1010110 111000

Color Harmonies of #AD2DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DEF

Black with #AD2DEF

Text Example


Text Example

White with #AD2DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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