Html Css Color HEX #AE669C Violet Blue

📋 copy color: '#AE669C'

red 174 ◦ green 102 ◦ blue 156

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

Shades of Violet Blue #AE669C

Tints of Violet Blue #AE669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.61%

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 40.28%
G = 23.61%
B = 36.11%

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

#AE669C (or 0xAE669C) is known color: Violet Blue. HEX triplet: AE, 66 and 9C. RGB value is (174,102,156). Sum of RGB (Red+Green+Blue) = 174+102+156=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE669C is #519963. Grayscale: #818181. Windows color (decimal): -5347684 or 10249902. OLE color: 10249902.

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

Color convert

RGB 174 102 156 -
CMYK 0 0.41 0.10 0.32
HSL 315º 0.31% 0.54% -
HSV(B) 315º 0.41% 0.68% -
XYZ 28.21 20.9 34 -
YUV 129.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 174 102 156 0 0.41 0.10 0.32 315 0.31 0.54
Hex AE 66 9C 0 29 A 20 13B 1F 36
Octal 256 146 234 0 51 12 40 473 37 66
Binary 10101110 1100110 10011100 0 101001 1010 100000 100111011 11111 110110

Color Harmonies of #AE669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE669C

Black with #AE669C

Text Example


Text Example

White with #AE669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE669C; }

 p { color: rgb(174,102,156); }

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

background-color css

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

 a { background-color: rgb(174,102,156); }

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

border-color css

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

 span { border-color: rgb(174,102,156); }

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