Html Css Color HEX #AE27EF Blue Violet

📋 copy color: '#AE27EF'

red 174 ◦ green 39 ◦ blue 239

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

Shades of Blue Violet #AE27EF

Tints of Blue Violet #AE27EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.63%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 38.5%
G = 8.63%
B = 52.88%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE27EF (or 0xAE27EF) is known color: Blue Violet. HEX triplet: AE, 27 and EF. RGB value is (174,39,239). Sum of RGB (Red+Green+Blue) = 174+39+239=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #AE27EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE27EF is #51D810. Grayscale: #656565. Windows color (decimal): -5363729 or 15673262. OLE color: 15673262.

HSL color Cylindrical-coordinate representation of color #AE27EF: hue angle of 280.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE27EF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 39 239 -
CMYK 0.27 0.84 0 0.06
HSL 280.5º 0.86% 0.55% -
HSV(B) 280.5º 0.84% 0.94% -
XYZ 33.76 16.68 83.1 -
YUV 102.17 205.23 179.24 -
System Red Green Blue C M Y K H S L
Decimal 174 39 239 0.27 0.84 0 0.06 280.5 0.86 0.55
Hex AE 27 EF 1B 54 0 6 118 56 37
Octal 256 47 357 33 124 0 6 430 126 67
Binary 10101110 100111 11101111 11011 1010100 0 110 100011000 1010110 110111

Color Harmonies of #AE27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE27EF

Black with #AE27EF

Text Example


Text Example

White with #AE27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE27EF; }

 p { color: rgb(174,39,239); }

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

background-color css

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

 a { background-color: rgb(174,39,239); }

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

border-color css

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

 span { border-color: rgb(174,39,239); }

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