Html Css Color HEX #AE619E Violet Blue

📋 copy color: '#AE619E'

red 174 ◦ green 97 ◦ blue 158

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

Shades of Violet Blue #AE619E

Tints of Violet Blue #AE619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

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

R = 40.56%
G = 22.61%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE619E (or 0xAE619E) is known color: Violet Blue. HEX triplet: AE, 61 and 9E. RGB value is (174,97,158). Sum of RGB (Red+Green+Blue) = 174+97+158=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE619E is #519E61. Grayscale: #7E7E7E. Windows color (decimal): -5348962 or 10379694. OLE color: 10379694.

HSL color Cylindrical-coordinate representation of color #AE619E: hue angle of 312.47º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE619E is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 97 158 -
CMYK 0 0.44 0.09 0.32
HSL 312.47º 0.32% 0.53% -
HSV(B) 312.47º 0.44% 0.68% -
XYZ 27.9 20.02 34.74 -
YUV 126.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 174 97 158 0 0.44 0.09 0.32 312.47 0.32 0.53
Hex AE 61 9E 0 2C 9 20 138 20 35
Octal 256 141 236 0 54 11 40 470 40 65
Binary 10101110 1100001 10011110 0 101100 1001 100000 100111000 100000 110101

Color Harmonies of #AE619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE619E

Black with #AE619E

Text Example


Text Example

White with #AE619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE619E; }

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

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

background-color css

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

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

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

border-color css

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

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

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