Html Css Color HEX #AE41A0 Violet Blue

📋 copy color: '#AE41A0'

red 174 ◦ green 65 ◦ blue 160

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

Shades of Violet Blue #AE41A0

Tints of Violet Blue #AE41A0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

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

R = 43.61%
G = 16.29%
B = 40.1%

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

#AE41A0 (or 0xAE41A0) is known color: Violet Blue. HEX triplet: AE, 41 and A0. RGB value is (174,65,160). Sum of RGB (Red+Green+Blue) = 174+65+160=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41A0 is #51BE5F. Grayscale: #6C6C6C. Windows color (decimal): -5357152 or 10502574. OLE color: 10502574.

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

Color convert

RGB 174 65 160 -
CMYK 0 0.63 0.08 0.32
HSL 307.71º 0.46% 0.47% -
HSV(B) 307.71º 0.63% 0.68% -
XYZ 25.69 15.32 34.86 -
YUV 108.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 174 65 160 0 0.63 0.08 0.32 307.71 0.46 0.47
Hex AE 41 A0 0 3F 8 20 134 2E 2F
Octal 256 101 240 0 77 10 40 464 56 57
Binary 10101110 1000001 10100000 0 111111 1000 100000 100110100 101110 101111

Color Harmonies of #AE41A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41A0

Black with #AE41A0

Text Example


Text Example

White with #AE41A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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