Html Css Color HEX #AE679F Violet Blue

📋 copy color: '#AE679F'

red 174 ◦ green 103 ◦ blue 159

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

Shades of Violet Blue #AE679F

Tints of Violet Blue #AE679F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 39.91%
G = 23.62%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE679F (or 0xAE679F) is known color: Violet Blue. HEX triplet: AE, 67 and 9F. RGB value is (174,103,159). Sum of RGB (Red+Green+Blue) = 174+103+159=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE679F is #519860. Grayscale: #828282. Windows color (decimal): -5347425 or 10446766. OLE color: 10446766.

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

Color convert

RGB 174 103 159 -
CMYK 0 0.41 0.09 0.32
HSL 312.68º 0.3% 0.54% -
HSV(B) 312.68º 0.41% 0.68% -
XYZ 28.56 21.2 35.39 -
YUV 130.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 174 103 159 0 0.41 0.09 0.32 312.68 0.3 0.54
Hex AE 67 9F 0 29 9 20 139 1E 36
Octal 256 147 237 0 51 11 40 471 36 66
Binary 10101110 1100111 10011111 0 101001 1001 100000 100111001 11110 110110

Color Harmonies of #AE679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE679F

Black with #AE679F

Text Example


Text Example

White with #AE679F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE679F; }

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

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

background-color css

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

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

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

border-color css

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

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

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