Html Css Color HEX #AD25ED Blue Violet

📋 copy color: '#AD25ED'

red 173 ◦ green 37 ◦ blue 237

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

Shades of Blue Violet #AD25ED

Tints of Blue Violet #AD25ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 38.7%
G = 8.28%
B = 53.02%

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

#AD25ED (or 0xAD25ED) is known color: Blue Violet. HEX triplet: AD, 25 and ED. RGB value is (173,37,237). Sum of RGB (Red+Green+Blue) = 173+37+237=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD25ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25ED is #52DA12. Grayscale: #636363. Windows color (decimal): -5429779 or 15541677. OLE color: 15541677.

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

Color convert

RGB 173 37 237 -
CMYK 0.27 0.84 0 0.07
HSL 280.8º 0.85% 0.54% -
HSV(B) 280.8º 0.84% 0.93% -
XYZ 33.18 16.32 81.52 -
YUV 100.46 205.06 179.74 -
System Red Green Blue C M Y K H S L
Decimal 173 37 237 0.27 0.84 0 0.07 280.8 0.85 0.54
Hex AD 25 ED 1B 54 0 7 119 55 36
Octal 255 45 355 33 124 0 7 431 125 66
Binary 10101101 100101 11101101 11011 1010100 0 111 100011001 1010101 110110

Color Harmonies of #AD25ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25ED

Black with #AD25ED

Text Example


Text Example

White with #AD25ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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