Html Css Color HEX #AE4E9C Violet Blue

📋 copy color: '#AE4E9C'

red 174 ◦ green 78 ◦ blue 156

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

Shades of Violet Blue #AE4E9C

Tints of Violet Blue #AE4E9C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.12%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 42.65%
G = 19.12%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE4E9C (or 0xAE4E9C) is known color: Violet Blue. HEX triplet: AE, 4E and 9C. RGB value is (174,78,156). Sum of RGB (Red+Green+Blue) = 174+78+156=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4E9C is #51B163. Grayscale: #737373. Windows color (decimal): -5353828 or 10243758. OLE color: 10243758.

HSL color Cylindrical-coordinate representation of color #AE4E9C: hue angle of 311.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4E9C is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 78 156 -
CMYK 0 0.55 0.10 0.32
HSL 311.25º 0.38% 0.49% -
HSV(B) 311.25º 0.55% 0.68% -
XYZ 26.18 16.85 33.32 -
YUV 115.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 174 78 156 0 0.55 0.10 0.32 311.25 0.38 0.49
Hex AE 4E 9C 0 37 A 20 137 26 31
Octal 256 116 234 0 67 12 40 467 46 61
Binary 10101110 1001110 10011100 0 110111 1010 100000 100110111 100110 110001

Color Harmonies of #AE4E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4E9C

Black with #AE4E9C

Text Example


Text Example

White with #AE4E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4E9C; }

 p { color: rgb(174,78,156); }

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

background-color css

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

 a { background-color: rgb(174,78,156); }

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

border-color css

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

 span { border-color: rgb(174,78,156); }

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