Html Css Color HEX #AD28EE Blue Violet

📋 copy color: '#AD28EE'

red 173 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #AD28EE

Tints of Blue Violet #AD28EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.87%

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

R = 38.36%
G = 8.87%
B = 52.77%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD28EE (or 0xAD28EE) is known color: Blue Violet. HEX triplet: AD, 28 and EE. RGB value is (173,40,238). Sum of RGB (Red+Green+Blue) = 173+40+238=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD28EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28EE is #52D711. Grayscale: #656565. Windows color (decimal): -5429010 or 15607981. OLE color: 15607981.

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

Color convert

RGB 173 40 238 -
CMYK 0.27 0.83 0 0.07
HSL 280.3º 0.85% 0.55% -
HSV(B) 280.3º 0.83% 0.93% -
XYZ 33.42 16.57 82.33 -
YUV 102.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 173 40 238 0.27 0.83 0 0.07 280.3 0.85 0.55
Hex AD 28 EE 1B 53 0 7 118 55 37
Octal 255 50 356 33 123 0 7 430 125 67
Binary 10101101 101000 11101110 11011 1010011 0 111 100011000 1010101 110111

Color Harmonies of #AD28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28EE

Black with #AD28EE

Text Example


Text Example

White with #AD28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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