Html Css Color HEX #AD25EC Blue Violet

📋 copy color: '#AD25EC'

red 173 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #AD25EC

Tints of Blue Violet #AD25EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.3%

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

R = 38.79%
G = 8.3%
B = 52.91%

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

#AD25EC (or 0xAD25EC) is known color: Blue Violet. HEX triplet: AD, 25 and EC. RGB value is (173,37,236). Sum of RGB (Red+Green+Blue) = 173+37+236=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD25EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25EC is #52DA13. Grayscale: #636363. Windows color (decimal): -5429780 or 15476141. OLE color: 15476141.

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

Color convert

RGB 173 37 236 -
CMYK 0.27 0.84 0 0.07
HSL 281.01º 0.84% 0.54% -
HSV(B) 281.01º 0.84% 0.93% -
XYZ 33.04 16.26 80.75 -
YUV 100.35 204.56 179.82 -
System Red Green Blue C M Y K H S L
Decimal 173 37 236 0.27 0.84 0 0.07 281.01 0.84 0.54
Hex AD 25 EC 1B 54 0 7 119 54 36
Octal 255 45 354 33 124 0 7 431 124 66
Binary 10101101 100101 11101100 11011 1010100 0 111 100011001 1010100 110110

Color Harmonies of #AD25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25EC

Black with #AD25EC

Text Example


Text Example

White with #AD25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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