Html Css Color HEX #AE28EE Blue Violet

📋 copy color: '#AE28EE'

red 174 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #AE28EE

Tints of Blue Violet #AE28EE

RGB

 RED value IS 174 (68.36% from 255) = 38.5%

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

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

R = 38.5%
G = 8.85%
B = 52.65%

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

#AE28EE (or 0xAE28EE) is known color: Blue Violet. HEX triplet: AE, 28 and EE. RGB value is (174,40,238). Sum of RGB (Red+Green+Blue) = 174+40+238=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE28EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE28EE is #51D711. Grayscale: #656565. Windows color (decimal): -5363474 or 15607982. OLE color: 15607982.

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

Color convert

RGB 174 40 238 -
CMYK 0.27 0.83 0 0.07
HSL 280.61º 0.85% 0.55% -
HSV(B) 280.61º 0.83% 0.93% -
XYZ 33.65 16.69 82.34 -
YUV 102.64 204.39 178.9 -
System Red Green Blue C M Y K H S L
Decimal 174 40 238 0.27 0.83 0 0.07 280.61 0.85 0.55
Hex AE 28 EE 1B 53 0 7 119 55 37
Octal 256 50 356 33 123 0 7 431 125 67
Binary 10101110 101000 11101110 11011 1010011 0 111 100011001 1010101 110111

Color Harmonies of #AE28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE28EE

Black with #AE28EE

Text Example


Text Example

White with #AE28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE28EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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