Html Css Color HEX #AE64A0 Violet Blue

📋 copy color: '#AE64A0'

red 174 ◦ green 100 ◦ blue 160

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

Shades of Violet Blue #AE64A0

Tints of Violet Blue #AE64A0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 40.09%
G = 23.04%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE64A0 (or 0xAE64A0) is known color: Violet Blue. HEX triplet: AE, 64 and A0. RGB value is (174,100,160). Sum of RGB (Red+Green+Blue) = 174+100+160=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE64A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64A0 is #519B5F. Grayscale: #808080. Windows color (decimal): -5348192 or 10511534. OLE color: 10511534.

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

Color convert

RGB 174 100 160 -
CMYK 0 0.43 0.08 0.32
HSL 311.35º 0.31% 0.54% -
HSV(B) 311.35º 0.43% 0.68% -
XYZ 28.36 20.65 35.75 -
YUV 128.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 174 100 160 0 0.43 0.08 0.32 311.35 0.31 0.54
Hex AE 64 A0 0 2B 8 20 137 1F 36
Octal 256 144 240 0 53 10 40 467 37 66
Binary 10101110 1100100 10100000 0 101011 1000 100000 100110111 11111 110110

Color Harmonies of #AE64A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64A0

Black with #AE64A0

Text Example


Text Example

White with #AE64A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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