Html Css Color HEX #AE63A0 Violet Blue

📋 copy color: '#AE63A0'

red 174 ◦ green 99 ◦ blue 160

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

Shades of Violet Blue #AE63A0

Tints of Violet Blue #AE63A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.95%

R = 40.18%
G = 22.86%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE63A0 (or 0xAE63A0) is known color: Violet Blue. HEX triplet: AE, 63 and A0. RGB value is (174,99,160). Sum of RGB (Red+Green+Blue) = 174+99+160=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE63A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE63A0 is #519C5F. Grayscale: #808080. Windows color (decimal): -5348448 or 10511278. OLE color: 10511278.

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

Color convert

RGB 174 99 160 -
CMYK 0 0.43 0.08 0.32
HSL 311.2º 0.32% 0.54% -
HSV(B) 311.2º 0.43% 0.68% -
XYZ 28.26 20.46 35.72 -
YUV 128.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 174 99 160 0 0.43 0.08 0.32 311.2 0.32 0.54
Hex AE 63 A0 0 2B 8 20 137 20 36
Octal 256 143 240 0 53 10 40 467 40 66
Binary 10101110 1100011 10100000 0 101011 1000 100000 100110111 100000 110110

Color Harmonies of #AE63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE63A0

Black with #AE63A0

Text Example


Text Example

White with #AE63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE63A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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