Html Css Color HEX #AE64AD Violet Blue

📋 copy color: '#AE64AD'

red 174 ◦ green 100 ◦ blue 173

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

Shades of Violet Blue #AE64AD

Tints of Violet Blue #AE64AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 38.93%
G = 22.37%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE64AD (or 0xAE64AD) is known color: Violet Blue. HEX triplet: AE, 64 and AD. RGB value is (174,100,173). Sum of RGB (Red+Green+Blue) = 174+100+173=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE64AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE64AD is #519B52. Grayscale: #828282. Windows color (decimal): -5348179 or 11363502. OLE color: 11363502.

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

Color convert

RGB 174 100 173 -
CMYK 0 0.43 0.01 0.32
HSL 300.81º 0.31% 0.54% -
HSV(B) 300.81º 0.43% 0.68% -
XYZ 29.56 21.13 42.06 -
YUV 130.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 174 100 173 0 0.43 0.01 0.32 300.81 0.31 0.54
Hex AE 64 AD 0 2B 1 20 12D 1F 36
Octal 256 144 255 0 53 1 40 455 37 66
Binary 10101110 1100100 10101101 0 101011 1 100000 100101101 11111 110110

Color Harmonies of #AE64AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64AD

Black with #AE64AD

Text Example


Text Example

White with #AE64AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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