Html Css Color HEX #AE4BA0 Violet Blue

📋 copy color: '#AE4BA0'

red 174 ◦ green 75 ◦ blue 160

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

Shades of Violet Blue #AE4BA0

Tints of Violet Blue #AE4BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.34%

 BLUE value IS 160 (62.89% from 255) = 39.12%

R = 42.54%
G = 18.34%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE4BA0 (or 0xAE4BA0) is known color: Violet Blue. HEX triplet: AE, 4B and A0. RGB value is (174,75,160). Sum of RGB (Red+Green+Blue) = 174+75+160=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4BA0 is #51B45F. Grayscale: #727272. Windows color (decimal): -5354592 or 10505134. OLE color: 10505134.

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

Color convert

RGB 174 75 160 -
CMYK 0 0.57 0.08 0.32
HSL 308.48º 0.4% 0.49% -
HSV(B) 308.48º 0.57% 0.68% -
XYZ 26.32 16.57 35.07 -
YUV 114.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 174 75 160 0 0.57 0.08 0.32 308.48 0.4 0.49
Hex AE 4B A0 0 39 8 20 134 28 31
Octal 256 113 240 0 71 10 40 464 50 61
Binary 10101110 1001011 10100000 0 111001 1000 100000 100110100 101000 110001

Color Harmonies of #AE4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4BA0

Black with #AE4BA0

Text Example


Text Example

White with #AE4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4BA0; }

 p { color: rgb(174,75,160); }

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

background-color css

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

 a { background-color: rgb(174,75,160); }

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

border-color css

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

 span { border-color: rgb(174,75,160); }

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