Html Css Color HEX #AE619C Violet Blue

📋 copy color: '#AE619C'

red 174 ◦ green 97 ◦ blue 156

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

Shades of Violet Blue #AE619C

Tints of Violet Blue #AE619C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 40.75%
G = 22.72%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE619C (or 0xAE619C) is known color: Violet Blue. HEX triplet: AE, 61 and 9C. RGB value is (174,97,156). Sum of RGB (Red+Green+Blue) = 174+97+156=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE619C is #519E63. Grayscale: #7E7E7E. Windows color (decimal): -5348964 or 10248622. OLE color: 10248622.

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

Color convert

RGB 174 97 156 -
CMYK 0 0.44 0.10 0.32
HSL 314.03º 0.32% 0.53% -
HSV(B) 314.03º 0.44% 0.68% -
XYZ 27.73 19.95 33.84 -
YUV 126.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 174 97 156 0 0.44 0.10 0.32 314.03 0.32 0.53
Hex AE 61 9C 0 2C A 20 13A 20 35
Octal 256 141 234 0 54 12 40 472 40 65
Binary 10101110 1100001 10011100 0 101100 1010 100000 100111010 100000 110101

Color Harmonies of #AE619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE619C

Black with #AE619C

Text Example


Text Example

White with #AE619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE619C; }

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

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

background-color css

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

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

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

border-color css

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

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

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