Html Css Color HEX #AE41A6 Violet Blue

📋 copy color: '#AE41A6'

red 174 ◦ green 65 ◦ blue 166

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

Shades of Violet Blue #AE41A6

Tints of Violet Blue #AE41A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 42.96%
G = 16.05%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE41A6 (or 0xAE41A6) is known color: Violet Blue. HEX triplet: AE, 41 and A6. RGB value is (174,65,166). Sum of RGB (Red+Green+Blue) = 174+65+166=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41A6 is #51BE59. Grayscale: #6C6C6C. Windows color (decimal): -5357146 or 10895790. OLE color: 10895790.

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

Color convert

RGB 174 65 166 -
CMYK 0 0.63 0.05 0.32
HSL 304.4º 0.46% 0.47% -
HSV(B) 304.4º 0.63% 0.68% -
XYZ 26.23 15.53 37.69 -
YUV 109.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 174 65 166 0 0.63 0.05 0.32 304.4 0.46 0.47
Hex AE 41 A6 0 3F 5 20 130 2E 2F
Octal 256 101 246 0 77 5 40 460 56 57
Binary 10101110 1000001 10100110 0 111111 101 100000 100110000 101110 101111

Color Harmonies of #AE41A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41A6

Black with #AE41A6

Text Example


Text Example

White with #AE41A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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