Html Css Color HEX #AE64AB Violet Blue

📋 copy color: '#AE64AB'

red 174 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #AE64AB

Tints of Violet Blue #AE64AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 39.1%
G = 22.47%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE64AB (or 0xAE64AB) is known color: Violet Blue. HEX triplet: AE, 64 and AB. RGB value is (174,100,171). Sum of RGB (Red+Green+Blue) = 174+100+171=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64AB is #519B54. Grayscale: #828282. Windows color (decimal): -5348181 or 11232430. OLE color: 11232430.

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

Color convert

RGB 174 100 171 -
CMYK 0 0.43 0.02 0.32
HSL 302.43º 0.31% 0.54% -
HSV(B) 302.43º 0.43% 0.68% -
XYZ 29.36 21.05 41.04 -
YUV 130.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 174 100 171 0 0.43 0.02 0.32 302.43 0.31 0.54
Hex AE 64 AB 0 2B 2 20 12E 1F 36
Octal 256 144 253 0 53 2 40 456 37 66
Binary 10101110 1100100 10101011 0 101011 10 100000 100101110 11111 110110

Color Harmonies of #AE64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64AB

Black with #AE64AB

Text Example


Text Example

White with #AE64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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