Html Css Color HEX #AE70B4 Violet Blue

📋 copy color: '#AE70B4'

red 174 ◦ green 112 ◦ blue 180

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

Shades of Violet Blue #AE70B4

Tints of Violet Blue #AE70B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.63%

R = 37.34%
G = 24.03%
B = 38.63%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE70B4 (or 0xAE70B4) is known color: Violet Blue. HEX triplet: AE, 70 and B4. RGB value is (174,112,180). Sum of RGB (Red+Green+Blue) = 174+112+180=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE70B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70B4 is #518F4B. Grayscale: #8A8A8A. Windows color (decimal): -5345100 or 11825326. OLE color: 11825326.

HSL color Cylindrical-coordinate representation of color #AE70B4: hue angle of 294.71º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE70B4 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 112 180 -
CMYK 0.03 0.38 0 0.29
HSL 294.71º 0.31% 0.57% -
HSV(B) 294.71º 0.38% 0.71% -
XYZ 31.49 23.88 46.13 -
YUV 138.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 174 112 180 0.03 0.38 0 0.29 294.71 0.31 0.57
Hex AE 70 B4 3 26 0 1D 127 1F 39
Octal 256 160 264 3 46 0 35 447 37 71
Binary 10101110 1110000 10110100 11 100110 0 11101 100100111 11111 111001

Color Harmonies of #AE70B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70B4

Black with #AE70B4

Text Example


Text Example

White with #AE70B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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