Html Css Color HEX #AE4BA8 Violet Blue

📋 copy color: '#AE4BA8'

red 174 ◦ green 75 ◦ blue 168

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

Shades of Violet Blue #AE4BA8

Tints of Violet Blue #AE4BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 41.73%
G = 17.99%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE4BA8 (or 0xAE4BA8) is known color: Violet Blue. HEX triplet: AE, 4B and A8. RGB value is (174,75,168). Sum of RGB (Red+Green+Blue) = 174+75+168=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4BA8 is #51B457. Grayscale: #727272. Windows color (decimal): -5354584 or 11029422. OLE color: 11029422.

HSL color Cylindrical-coordinate representation of color #AE4BA8: hue angle of 303.64º 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 #AE4BA8 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 75 168 -
CMYK 0 0.57 0.03 0.32
HSL 303.64º 0.4% 0.49% -
HSV(B) 303.64º 0.57% 0.68% -
XYZ 27.04 16.86 38.87 -
YUV 115.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 174 75 168 0 0.57 0.03 0.32 303.64 0.4 0.49
Hex AE 4B A8 0 39 3 20 130 28 31
Octal 256 113 250 0 71 3 40 460 50 61
Binary 10101110 1001011 10101000 0 111001 11 100000 100110000 101000 110001

Color Harmonies of #AE4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4BA8

Black with #AE4BA8

Text Example


Text Example

White with #AE4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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