Html Css Color HEX #AE40A0 Violet Blue

📋 copy color: '#AE40A0'

red 174 ◦ green 64 ◦ blue 160

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

Shades of Violet Blue #AE40A0

Tints of Violet Blue #AE40A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

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

R = 43.72%
G = 16.08%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE40A0 (or 0xAE40A0) is known color: Violet Blue. HEX triplet: AE, 40 and A0. RGB value is (174,64,160). Sum of RGB (Red+Green+Blue) = 174+64+160=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40A0 is #51BF5F. Grayscale: #6B6B6B. Windows color (decimal): -5357408 or 10502318. OLE color: 10502318.

HSL color Cylindrical-coordinate representation of color #AE40A0: hue angle of 307.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE40A0 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 160 -
CMYK 0 0.63 0.08 0.32
HSL 307.64º 0.46% 0.47% -
HSV(B) 307.64º 0.63% 0.68% -
XYZ 25.63 15.2 34.84 -
YUV 107.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 174 64 160 0 0.63 0.08 0.32 307.64 0.46 0.47
Hex AE 40 A0 0 3F 8 20 134 2E 2F
Octal 256 100 240 0 77 10 40 464 56 57
Binary 10101110 1000000 10100000 0 111111 1000 100000 100110100 101110 101111

Color Harmonies of #AE40A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40A0

Black with #AE40A0

Text Example


Text Example

White with #AE40A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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