Html Css Color HEX #AE419E Violet Blue

📋 copy color: '#AE419E'

red 174 ◦ green 65 ◦ blue 158

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

Shades of Violet Blue #AE419E

Tints of Violet Blue #AE419E

RGB

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

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

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

R = 43.83%
G = 16.37%
B = 39.8%

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

#AE419E (or 0xAE419E) is known color: Violet Blue. HEX triplet: AE, 41 and 9E. RGB value is (174,65,158). Sum of RGB (Red+Green+Blue) = 174+65+158=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE419E is #51BE61. Grayscale: #6B6B6B. Windows color (decimal): -5357154 or 10371502. OLE color: 10371502.

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

Color convert

RGB 174 65 158 -
CMYK 0 0.63 0.09 0.32
HSL 308.81º 0.46% 0.47% -
HSV(B) 308.81º 0.63% 0.68% -
XYZ 25.52 15.25 33.95 -
YUV 108.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 174 65 158 0 0.63 0.09 0.32 308.81 0.46 0.47
Hex AE 41 9E 0 3F 9 20 135 2E 2F
Octal 256 101 236 0 77 11 40 465 56 57
Binary 10101110 1000001 10011110 0 111111 1001 100000 100110101 101110 101111

Color Harmonies of #AE419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE419E

Black with #AE419E

Text Example


Text Example

White with #AE419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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