Html Css Color HEX #AD25EE Blue Violet

📋 copy color: '#AD25EE'

red 173 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #AD25EE

Tints of Blue Violet #AD25EE

RGB

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

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

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

R = 38.62%
G = 8.26%
B = 53.13%

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

#AD25EE (or 0xAD25EE) is known color: Blue Violet. HEX triplet: AD, 25 and EE. RGB value is (173,37,238). Sum of RGB (Red+Green+Blue) = 173+37+238=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD25EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD25EE is #52DA11. Grayscale: #636363. Windows color (decimal): -5429778 or 15607213. OLE color: 15607213.

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

Color convert

RGB 173 37 238 -
CMYK 0.27 0.84 0 0.07
HSL 280.6º 0.86% 0.54% -
HSV(B) 280.6º 0.84% 0.93% -
XYZ 33.33 16.38 82.29 -
YUV 100.58 205.56 179.66 -
System Red Green Blue C M Y K H S L
Decimal 173 37 238 0.27 0.84 0 0.07 280.6 0.86 0.54
Hex AD 25 EE 1B 54 0 7 119 56 36
Octal 255 45 356 33 124 0 7 431 126 66
Binary 10101101 100101 11101110 11011 1010100 0 111 100011001 1010110 110110

Color Harmonies of #AD25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25EE

Black with #AD25EE

Text Example


Text Example

White with #AD25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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