Html Css Color HEX #AE639D Violet Blue

📋 copy color: '#AE639D'

red 174 ◦ green 99 ◦ blue 157

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

Shades of Violet Blue #AE639D

Tints of Violet Blue #AE639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

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

R = 40.47%
G = 23.02%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE639D (or 0xAE639D) is known color: Violet Blue. HEX triplet: AE, 63 and 9D. RGB value is (174,99,157). Sum of RGB (Red+Green+Blue) = 174+99+157=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE639D is #519C62. Grayscale: #7F7F7F. Windows color (decimal): -5348451 or 10314670. OLE color: 10314670.

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

Color convert

RGB 174 99 157 -
CMYK 0 0.43 0.10 0.32
HSL 313.6º 0.32% 0.54% -
HSV(B) 313.6º 0.43% 0.68% -
XYZ 28 20.36 34.35 -
YUV 128.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 174 99 157 0 0.43 0.10 0.32 313.6 0.32 0.54
Hex AE 63 9D 0 2B A 20 13A 20 36
Octal 256 143 235 0 53 12 40 472 40 66
Binary 10101110 1100011 10011101 0 101011 1010 100000 100111010 100000 110110

Color Harmonies of #AE639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE639D

Black with #AE639D

Text Example


Text Example

White with #AE639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE639D; }

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

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

background-color css

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

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

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

border-color css

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

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

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