Html Css Color HEX #AE409F Violet Blue

📋 copy color: '#AE409F'

red 174 ◦ green 64 ◦ blue 159

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

Shades of Violet Blue #AE409F

Tints of Violet Blue #AE409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 43.83%
G = 16.12%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE409F (or 0xAE409F) is known color: Violet Blue. HEX triplet: AE, 40 and 9F. RGB value is (174,64,159). Sum of RGB (Red+Green+Blue) = 174+64+159=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE409F is #51BF60. Grayscale: #6B6B6B. Windows color (decimal): -5357409 or 10436782. OLE color: 10436782.

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

Color convert

RGB 174 64 159 -
CMYK 0 0.63 0.09 0.32
HSL 308.18º 0.46% 0.47% -
HSV(B) 308.18º 0.63% 0.68% -
XYZ 25.55 15.17 34.38 -
YUV 107.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 174 64 159 0 0.63 0.09 0.32 308.18 0.46 0.47
Hex AE 40 9F 0 3F 9 20 134 2E 2F
Octal 256 100 237 0 77 11 40 464 56 57
Binary 10101110 1000000 10011111 0 111111 1001 100000 100110100 101110 101111

Color Harmonies of #AE409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE409F

Black with #AE409F

Text Example


Text Example

White with #AE409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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