Html Css Color HEX #AE56A7 Violet Blue

📋 copy color: '#AE56A7'

red 174 ◦ green 86 ◦ blue 167

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

Shades of Violet Blue #AE56A7

Tints of Violet Blue #AE56A7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.14%

 BLUE value IS 167 (65.63% from 255) = 39.11%

R = 40.75%
G = 20.14%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AE56A7 (or 0xAE56A7) is known color: Violet Blue. HEX triplet: AE, 56 and A7. RGB value is (174,86,167). Sum of RGB (Red+Green+Blue) = 174+86+167=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE56A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE56A7 is #51A958. Grayscale: #797979. Windows color (decimal): -5351769 or 10966702. OLE color: 10966702.

HSL color Cylindrical-coordinate representation of color #AE56A7: hue angle of 304.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE56A7 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 86 167 -
CMYK 0 0.51 0.04 0.32
HSL 304.77º 0.35% 0.51% -
HSV(B) 304.77º 0.51% 0.68% -
XYZ 27.76 18.44 38.66 -
YUV 121.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 174 86 167 0 0.51 0.04 0.32 304.77 0.35 0.51
Hex AE 56 A7 0 33 4 20 131 23 33
Octal 256 126 247 0 63 4 40 461 43 63
Binary 10101110 1010110 10100111 0 110011 100 100000 100110001 100011 110011

Color Harmonies of #AE56A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE56A7

Black with #AE56A7

Text Example


Text Example

White with #AE56A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE56A7; }

 p { color: rgb(174,86,167); }

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

background-color css

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

 a { background-color: rgb(174,86,167); }

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

border-color css

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

 span { border-color: rgb(174,86,167); }

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