Html Css Color HEX #AE40A4 Violet Blue

📋 copy color: '#AE40A4'

red 174 ◦ green 64 ◦ blue 164

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

Shades of Violet Blue #AE40A4

Tints of Violet Blue #AE40A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 43.28%
G = 15.92%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE40A4 (or 0xAE40A4) is known color: Violet Blue. HEX triplet: AE, 40 and A4. RGB value is (174,64,164). Sum of RGB (Red+Green+Blue) = 174+64+164=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40A4 is #51BF5B. Grayscale: #6C6C6C. Windows color (decimal): -5357404 or 10764462. OLE color: 10764462.

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

Color convert

RGB 174 64 164 -
CMYK 0 0.63 0.06 0.32
HSL 305.45º 0.46% 0.47% -
HSV(B) 305.45º 0.63% 0.68% -
XYZ 25.99 15.35 36.71 -
YUV 108.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 174 64 164 0 0.63 0.06 0.32 305.45 0.46 0.47
Hex AE 40 A4 0 3F 6 20 131 2E 2F
Octal 256 100 244 0 77 6 40 461 56 57
Binary 10101110 1000000 10100100 0 111111 110 100000 100110001 101110 101111

Color Harmonies of #AE40A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40A4

Black with #AE40A4

Text Example


Text Example

White with #AE40A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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