Html Css Color HEX #AD2BEF Blue Violet

📋 copy color: '#AD2BEF'

red 173 ◦ green 43 ◦ blue 239

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

Shades of Blue Violet #AD2BEF

Tints of Blue Violet #AD2BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.45%

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

R = 38.02%
G = 9.45%
B = 52.53%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD2BEF (or 0xAD2BEF) is known color: Blue Violet. HEX triplet: AD, 2B and EF. RGB value is (173,43,239). Sum of RGB (Red+Green+Blue) = 173+43+239=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2BEF is #52D410. Grayscale: #676767. Windows color (decimal): -5428241 or 15674285. OLE color: 15674285.

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

Color convert

RGB 173 43 239 -
CMYK 0.28 0.82 0 0.06
HSL 279.8º 0.86% 0.55% -
HSV(B) 279.8º 0.82% 0.94% -
XYZ 33.68 16.84 83.14 -
YUV 104.21 204.07 177.06 -
System Red Green Blue C M Y K H S L
Decimal 173 43 239 0.28 0.82 0 0.06 279.8 0.86 0.55
Hex AD 2B EF 1C 52 0 6 118 56 37
Octal 255 53 357 34 122 0 6 430 126 67
Binary 10101101 101011 11101111 11100 1010010 0 110 100011000 1010110 110111

Color Harmonies of #AD2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2BEF

Black with #AD2BEF

Text Example


Text Example

White with #AD2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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