Html Css Color HEX #AD26EC Blue Violet

📋 copy color: '#AD26EC'

red 173 ◦ green 38 ◦ blue 236

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

Shades of Blue Violet #AD26EC

Tints of Blue Violet #AD26EC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.5%

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 38.7%
G = 8.5%
B = 52.8%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD26EC (or 0xAD26EC) is known color: Blue Violet. HEX triplet: AD, 26 and EC. RGB value is (173,38,236). Sum of RGB (Red+Green+Blue) = 173+38+236=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD26EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26EC is #52D913. Grayscale: #646464. Windows color (decimal): -5429524 or 15476397. OLE color: 15476397.

HSL color Cylindrical-coordinate representation of color #AD26EC: hue angle of 280.91º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD26EC is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 38 236 -
CMYK 0.27 0.84 0 0.07
HSL 280.91º 0.84% 0.54% -
HSV(B) 280.91º 0.84% 0.93% -
XYZ 33.07 16.33 80.77 -
YUV 100.94 204.23 179.4 -
System Red Green Blue C M Y K H S L
Decimal 173 38 236 0.27 0.84 0 0.07 280.91 0.84 0.54
Hex AD 26 EC 1B 54 0 7 119 54 36
Octal 255 46 354 33 124 0 7 431 124 66
Binary 10101101 100110 11101100 11011 1010100 0 111 100011001 1010100 110110

Color Harmonies of #AD26EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26EC

Black with #AD26EC

Text Example


Text Example

White with #AD26EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26EC; }

 p { color: rgb(173,38,236); }

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

background-color css

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

 a { background-color: rgb(173,38,236); }

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

border-color css

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

 span { border-color: rgb(173,38,236); }

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