Html Css Color HEX #AD26EE Blue Violet

📋 copy color: '#AD26EE'

red 173 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #AD26EE

Tints of Blue Violet #AD26EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 38.53%
G = 8.46%
B = 53.01%

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

#AD26EE (or 0xAD26EE) is known color: Blue Violet. HEX triplet: AD, 26 and EE. RGB value is (173,38,238). Sum of RGB (Red+Green+Blue) = 173+38+238=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD26EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD26EE is #52D911. Grayscale: #646464. Windows color (decimal): -5429522 or 15607469. OLE color: 15607469.

HSL color Cylindrical-coordinate representation of color #AD26EE: hue angle of 280.5º degrees, saturation: 0.85, 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 #AD26EE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 38 238 -
CMYK 0.27 0.84 0 0.07
HSL 280.5º 0.85% 0.54% -
HSV(B) 280.5º 0.84% 0.93% -
XYZ 33.36 16.44 82.3 -
YUV 101.17 205.23 179.24 -
System Red Green Blue C M Y K H S L
Decimal 173 38 238 0.27 0.84 0 0.07 280.5 0.85 0.54
Hex AD 26 EE 1B 54 0 7 118 55 36
Octal 255 46 356 33 124 0 7 430 125 66
Binary 10101101 100110 11101110 11011 1010100 0 111 100011000 1010101 110110

Color Harmonies of #AD26EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD26EE

Black with #AD26EE

Text Example


Text Example

White with #AD26EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD26EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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