Html Css Color HEX #AE57B1 Violet Blue

📋 copy color: '#AE57B1'

red 174 ◦ green 87 ◦ blue 177

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

Shades of Violet Blue #AE57B1

Tints of Violet Blue #AE57B1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.86%

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 39.73%
G = 19.86%
B = 40.41%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AE57B1 (or 0xAE57B1) is known color: Violet Blue. HEX triplet: AE, 57 and B1. RGB value is (174,87,177). Sum of RGB (Red+Green+Blue) = 174+87+177=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE57B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE57B1 is #51A84E. Grayscale: #7B7B7B. Windows color (decimal): -5351503 or 11622318. OLE color: 11622318.

HSL color Cylindrical-coordinate representation of color #AE57B1: hue angle of 298º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE57B1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 87 177 -
CMYK 0.02 0.51 0 0.31
HSL 298º 0.37% 0.52% -
HSV(B) 298º 0.51% 0.69% -
XYZ 28.8 18.99 43.74 -
YUV 123.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 174 87 177 0.02 0.51 0 0.31 298 0.37 0.52
Hex AE 57 B1 2 33 0 1F 12A 25 34
Octal 256 127 261 2 63 0 37 452 45 64
Binary 10101110 1010111 10110001 10 110011 0 11111 100101010 100101 110100

Color Harmonies of #AE57B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE57B1

Black with #AE57B1

Text Example


Text Example

White with #AE57B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE57B1; }

 p { color: rgb(174,87,177); }

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

background-color css

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

 a { background-color: rgb(174,87,177); }

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

border-color css

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

 span { border-color: rgb(174,87,177); }

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