Html Css Color HEX #AE409E Violet Blue

📋 copy color: '#AE409E'

red 174 ◦ green 64 ◦ blue 158

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

Shades of Violet Blue #AE409E

Tints of Violet Blue #AE409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 43.94%
G = 16.16%
B = 39.9%

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

#AE409E (or 0xAE409E) is known color: Violet Blue. HEX triplet: AE, 40 and 9E. RGB value is (174,64,158). Sum of RGB (Red+Green+Blue) = 174+64+158=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE409E is #51BF61. Grayscale: #6B6B6B. Windows color (decimal): -5357410 or 10371246. OLE color: 10371246.

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

Color convert

RGB 174 64 158 -
CMYK 0 0.63 0.09 0.32
HSL 308.73º 0.46% 0.47% -
HSV(B) 308.73º 0.63% 0.68% -
XYZ 25.46 15.13 33.93 -
YUV 107.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 174 64 158 0 0.63 0.09 0.32 308.73 0.46 0.47
Hex AE 40 9E 0 3F 9 20 135 2E 2F
Octal 256 100 236 0 77 11 40 465 56 57
Binary 10101110 1000000 10011110 0 111111 1001 100000 100110101 101110 101111

Color Harmonies of #AE409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE409E

Black with #AE409E

Text Example


Text Example

White with #AE409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE409E; }

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

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

background-color css

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

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

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

border-color css

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

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

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