Html Css Color HEX #AE679D Violet Blue

📋 copy color: '#AE679D'

red 174 ◦ green 103 ◦ blue 157

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

Shades of Violet Blue #AE679D

Tints of Violet Blue #AE679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.73%

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 40.09%
G = 23.73%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE679D (or 0xAE679D) is known color: Violet Blue. HEX triplet: AE, 67 and 9D. RGB value is (174,103,157). Sum of RGB (Red+Green+Blue) = 174+103+157=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE679D is #519862. Grayscale: #828282. Windows color (decimal): -5347427 or 10315694. OLE color: 10315694.

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

Color convert

RGB 174 103 157 -
CMYK 0 0.41 0.10 0.32
HSL 314.37º 0.3% 0.54% -
HSV(B) 314.37º 0.41% 0.68% -
XYZ 28.39 21.13 34.48 -
YUV 130.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 174 103 157 0 0.41 0.10 0.32 314.37 0.3 0.54
Hex AE 67 9D 0 29 A 20 13A 1E 36
Octal 256 147 235 0 51 12 40 472 36 66
Binary 10101110 1100111 10011101 0 101001 1010 100000 100111010 11110 110110

Color Harmonies of #AE679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE679D

Black with #AE679D

Text Example


Text Example

White with #AE679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE679D; }

 p { color: rgb(174,103,157); }

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

background-color css

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

 a { background-color: rgb(174,103,157); }

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

border-color css

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

 span { border-color: rgb(174,103,157); }

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