Html Css Color HEX #AE70AD Violet Blue

📋 copy color: '#AE70AD'

red 174 ◦ green 112 ◦ blue 173

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

Shades of Violet Blue #AE70AD

Tints of Violet Blue #AE70AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.4%

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

R = 37.91%
G = 24.4%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE70AD (or 0xAE70AD) is known color: Violet Blue. HEX triplet: AE, 70 and AD. RGB value is (174,112,173). Sum of RGB (Red+Green+Blue) = 174+112+173=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE70AD is #518F52. Grayscale: #898989. Windows color (decimal): -5345107 or 11366574. OLE color: 11366574.

HSL color Cylindrical-coordinate representation of color #AE70AD: hue angle of 300.97º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE70AD is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 173 -
CMYK 0 0.36 0.01 0.32
HSL 300.97º 0.28% 0.56% -
HSV(B) 300.97º 0.36% 0.68% -
XYZ 30.79 23.6 42.47 -
YUV 137.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 174 112 173 0 0.36 0.01 0.32 300.97 0.28 0.56
Hex AE 70 AD 0 24 1 20 12D 1C 38
Octal 256 160 255 0 44 1 40 455 34 70
Binary 10101110 1110000 10101101 0 100100 1 100000 100101101 11100 111000

Color Harmonies of #AE70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70AD

Black with #AE70AD

Text Example


Text Example

White with #AE70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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