Html Css Color HEX #AE609C Violet Blue

📋 copy color: '#AE609C'

red 174 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #AE609C

Tints of Violet Blue #AE609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.54%

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

R = 40.85%
G = 22.54%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE609C (or 0xAE609C) is known color: Violet Blue. HEX triplet: AE, 60 and 9C. RGB value is (174,96,156). Sum of RGB (Red+Green+Blue) = 174+96+156=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE609C is #519F63. Grayscale: #7E7E7E. Windows color (decimal): -5349220 or 10248366. OLE color: 10248366.

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

Color convert

RGB 174 96 156 -
CMYK 0 0.45 0.10 0.32
HSL 313.85º 0.33% 0.53% -
HSV(B) 313.85º 0.45% 0.68% -
XYZ 27.64 19.76 33.81 -
YUV 126.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 174 96 156 0 0.45 0.10 0.32 313.85 0.33 0.53
Hex AE 60 9C 0 2D A 20 13A 20 35
Octal 256 140 234 0 55 12 40 472 40 65
Binary 10101110 1100000 10011100 0 101101 1010 100000 100111010 100000 110101

Color Harmonies of #AE609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE609C

Black with #AE609C

Text Example


Text Example

White with #AE609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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